Skip to content

Commit

Permalink
Merge pull request #3172 from hashicorp/f/tweaking-automation
Browse files Browse the repository at this point in the history
scripts: updating the Terraform automation to use `auto-pandora-pr` rather than `auto-pr`
  • Loading branch information
tombuildsstuff authored Oct 16, 2023
2 parents 9ca0056 + 9b1a53d commit 4f1f7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/automation-generate-and-commit-terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function runFmtImportsAndGenerate {
function conditionallyCommitAndPushTerraformProvider {
local workingDirectory=$1
local sha=$2
local branch="auto-pr/$sha"
local branch="auto-pandora-pr/$sha"

cd "${DIR}"
cd "$workingDirectory"
Expand Down

0 comments on commit 4f1f7bc

Please sign in to comment.