Skip to content

Commit

Permalink
Updated TF path in the apply step. Added the action to the run-name s…
Browse files Browse the repository at this point in the history
…o we can see what option was selected for the run (#441)
  • Loading branch information
sam-c-dfe authored Oct 31, 2024
1 parent 02d2c4c commit c1e7843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run-name: 'Terraform Deploy - ${{inputs.environment}}'
run-name: 'Terraform Deploy - ${{inputs.environment}} (${{inputs.action}})'
name: 'Terraform Deploy'

on:
Expand Down Expand Up @@ -121,4 +121,4 @@ jobs:
# Terraform Apply
- name: Terraform Apply
if: ${{ inputs.action == 'Plan & Apply' }}
run: terraform apply -auto-approve tfplan/tfplan
run: terraform apply -auto-approve tfplan

0 comments on commit c1e7843

Please sign in to comment.