Skip to content

Commit

Permalink
style: use GITHUB_ACTOR as the user.name
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Jan 8, 2024
1 parent ecf76b1 commit 7c14b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/directory_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
- name: Setup Git Specs
run: |
git config --global user.name github-actions
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
- name: Update DIRECTORY.md
Expand Down

0 comments on commit 7c14b96

Please sign in to comment.