Skip to content

Commit 31a46a3

Browse files
authored
style: use GITHUB_ACTOR as the user.name
1 parent 12ecf53 commit 31a46a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
- name: Setup Git Specs
1616
run: |
17-
git config --global user.name github-actions
17+
git config --global user.name "$GITHUB_ACTOR"
1818
git config --global user.email "[email protected]"
1919
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com./$GITHUB_REPOSITORY
2020
- name: Update DIRECTORY.md

0 commit comments

Comments
 (0)