Skip to content

Commit

Permalink
In the Terraform PR plan comment, use the target branch of the PR rat…
Browse files Browse the repository at this point in the history
…her than a hard-coded "staging" value
  • Loading branch information
danielnaab committed Aug 8, 2024
1 parent 3baf815 commit 761381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-terraform-plan-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: ./.github/workflows/_terraform-plan-pr-comment.yml
secrets: inherit
with:
deploy-env: staging
deploy-env: ${{ github.base_ref }}

0 comments on commit 761381e

Please sign in to comment.