mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-23 06:59:42 +00:00
Does string interpolation work?
This commit is contained in:
parent
23941da930
commit
2a7d5ed5b8
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -48,8 +48,7 @@ jobs:
|
||||
git init
|
||||
git add .
|
||||
git -c user.name='ci' -c user.email='ci' commit -m init
|
||||
git push -f -q https://git:$GITHUB_TOKEN@github.com/$REPOSITORY HEAD:gh-pages
|
||||
git push -f -q https://git:$GITHUB_TOKEN@github.com/${{ github.repository }} HEAD:gh-pages
|
||||
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
|
Loading…
Reference in New Issue
Block a user