-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix equivalence test actions (#36023)
* fix equivalence tests * actually use message input
- Loading branch information
1 parent
44754c0
commit 840bc0c
Showing
4 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +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 checkout -b ${{ inputs.new-branch }} | ||
git add testing/equivalence-tests/outputs | ||
git commit -m "Update equivalence test golden files." | ||
|
@@ -71,5 +73,5 @@ runs: | |
--base ${{ inputs.current-branch }} \ | ||
--head ${{ inputs.new-branch }} \ | ||
--title "Update equivalence test golden files" \ | ||
--body "This PR updates the equivalence test golden files." \ | ||
--body "{{ inputs.message }}" \ | ||
--reviewer ${{ inputs.reviewers }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters