Skip to content

Commit

Permalink
Merge pull request #84 from vil02/properly_evaluate_GITHUB_ACTOR
Browse files Browse the repository at this point in the history
Properly evaluate `GITHUB_ACTOR`
  • Loading branch information
StepfenShawn authored Jan 20, 2024
2 parents 2f720d1 + 81622cc commit 51b0b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/directory_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/setup-python@v2
- 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.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
shell: python
Expand Down

0 comments on commit 51b0b36

Please sign in to comment.