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 bb2fff0 commit c403e00Copy full SHA for c403e00
.github/workflows/update_directory.yml
@@ -84,8 +84,8 @@ jobs:
84
- name: Update DIRECTORY.md
85
run: |
86
cat DIRECTORY.md
87
- git config --global user.name github-actions
88
- git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
+ git config --global user.name "$GITHUB_ACTOR"
+ git config --global user.email "$[email protected]"
89
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
90
git add DIRECTORY.md
91
git commit -am "Update directory" || true
0 commit comments