Skip to content

Commit

Permalink
feat: changed sequence of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Aug 24, 2023
1 parent e21f432 commit 0bbae71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

# Run some scripts
- name: Run shell commands
run: ls -la

- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ inputs.terraform_version }}

# Run some scripts
- name: Run shell commands
run: ls -la

- name: terraform init
run: |
cd ${{ inputs.working_directory }}
Expand Down

0 comments on commit 0bbae71

Please sign in to comment.