Skip to content

Commit

Permalink
fix: properly evaluate GITHUB_ACTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Jan 8, 2024
1 parent 61c417d commit ecf76b1
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 @@ -15,7 +15,7 @@ jobs:
- name: Setup Git Specs
run: |
git config --global user.name github-actions
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
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
run: |
Expand Down

0 comments on commit ecf76b1

Please sign in to comment.