Skip to content

Commit

Permalink
corrected pipeline paths
Browse files Browse the repository at this point in the history
Signed-off-by: brotholomew <[email protected]>
  • Loading branch information
Brotholomew committed Apr 8, 2024
1 parent f59015e commit 0d327d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tf_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: '0'
push:
branches: [ "main" ]
paths: ["infra", ".github"]
paths: ["infra/**", ".github/**"]

permissions:
contents: read
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Verify the Environment
run: |
echo TS_VAR_state_resource_group_name: ${{ env.TS_VAR_state_resource_group_name }}, $
echo TS_VAR_state_resource_group_name: ${{ env.TS_VAR_state_resource_group_name }}, $TS_VAR_state_resource_group_name
echo TS_VAR_state_storage_account_name: ${{ env.TS_VAR_state_storage_account_name }}
echo TS_VAR_state_cotainer_name: ${{ env.TS_VAR_state_cotainer_name }}
Expand All @@ -59,7 +59,7 @@ jobs:
echo ARM_CLIENT_SECRET: ${{ env.ARM_CLIENT_SECRET }}
echo ARM_SUBSCRIPTION_ID: ${{ env.ARM_SUBSCRIPTION_ID }}
echo ARM_TENANT_ID: ${{ env.ARM_TENANT_ID }}
TF_VERSION: ${{ env.TF_VERSION }}
echo TF_VERSION: ${{ env.TF_VERSION }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 0d327d2

Please sign in to comment.