Skip to content

Commit

Permalink
Author
Browse files Browse the repository at this point in the history
  • Loading branch information
danhurwit committed Feb 12, 2024
1 parent 1eea94e commit 495d9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.email "username@users.noreply.github.com
git config --local user.name "Github Actions"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --local user.name ${{ github.actor }}
git commit -am "added terraform docs"
git push
Expand Down

0 comments on commit 495d9ad

Please sign in to comment.