Skip to content

Commit

Permalink
move the checkout step first
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 75392ac commit f59015e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tf_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
defaults:
run:
shell: bash
working-directory: /infra
working-directory: ./infra

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Verify the Environment
run: |
echo TS_VAR_state_resource_group_name: ${{ env.TS_VAR_state_resource_group_name }}, $
Expand All @@ -58,9 +61,6 @@ jobs:
echo ARM_TENANT_ID: ${{ env.ARM_TENANT_ID }}
TF_VERSION: ${{ env.TF_VERSION }}

- name: Checkout
uses: actions/checkout@v3

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

0 comments on commit f59015e

Please sign in to comment.