We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_ACTOR
git config
1 parent 2dadbf7 commit 2f19756Copy full SHA for 2f19756
.github/workflows/gh-pages.yml
@@ -25,8 +25,8 @@ jobs:
25
clean: false
26
- name: Move & Commit files
27
run: |
28
- git config --global user.name github-actions
29
- git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
+ git config --global user.name "$GITHUB_ACTOR"
+ git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
30
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
31
rm -rf d* && rm *.html && rm *.svg && rm *.map && rm *.md5 && rm *.png && rm *.js && rm *.css
32
git add .
0 commit comments