Skip to content

Commit

Permalink
Update .github/workflows/terraform-apply.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Allan <[email protected]>
  • Loading branch information
rgildein and samuelallan72 authored Oct 31, 2024
1 parent 9638ed6 commit f80c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
-var="pr_body=This is an automated pull request from https://github.com/${{ github.repository }}/pull/${{ github.event.number }} to update centrally managed files." \
-out ./tf.plan
- name: Terraform apply (if running on PR)
- name: Terraform apply (if running on non-draft PR)
if: github.event.pull_request.draft == false
working-directory: ./terraform-plans
env:
Expand Down

0 comments on commit f80c04d

Please sign in to comment.