Skip to content

Commit

Permalink
chore: workflows: remove redundant shell field
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Dec 15, 2024
1 parent 9ec9e02 commit 08f7a1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ jobs:
- name: Terraform Init
run: terraform init
working-directory: ./infrastructure
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Terraform Plan
run: terraform plan
working-directory: ./infrastructure
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 08f7a1d

Please sign in to comment.