We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_ACTOR
user.name
1 parent 12ecf53 commit 31a46a3Copy full SHA for 31a46a3
.github/workflows/directory_workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-python@v4
15
- name: Setup Git Specs
16
run: |
17
- git config --global user.name github-actions
+ git config --global user.name "$GITHUB_ACTOR"
18
git config --global user.email "[email protected]"
19
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com./$GITHUB_REPOSITORY
20
- name: Update DIRECTORY.md
0 commit comments