Skip to content

Commit

Permalink
use proper github actions bot
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Nov 18, 2024
1 parent 4deff4f commit 2bd6a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/equivalence-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ runs:
if: steps.execute.outputs.changed == 'true'
shell: bash
run: |
git config --global user.email "[email protected]"
git config --global user.name "Team Terraform"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b ${{ inputs.new-branch }}
git add testing/equivalence-tests/outputs
git commit -m "Update equivalence test golden files."
Expand Down

0 comments on commit 2bd6a68

Please sign in to comment.