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
1 parent 61c417d commit cb3b21dCopy full SHA for cb3b21d
1 file changed
.github/workflows/directory_workflow.yml
@@ -14,8 +14,8 @@ jobs:
14
- uses: actions/setup-python@v4
15
- name: Setup Git Specs
16
run: |
17
- git config --global user.name github-actions
18
- 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"
19
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
20
- name: Update DIRECTORY.md
21
0 commit comments