Skip to content

Commit

Permalink
Merge pull request #324 from signalwire/lucasmellos-patch-3
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lucasmellos authored Sep 30, 2024
2 parents 3dda2b5 + a1ba31e commit 58346f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iac-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
id: validate
working-directory: ${{ inputs.WORKING_DIR }}
run: |
tofu validate --no-color
tofu validate -no-color
- name: Plan
id: plan
Expand Down Expand Up @@ -163,4 +163,4 @@ jobs:
tofu apply --auto-approve
- run: sudo chmod -R 777 /home/runner/_work/${{ github.event.repository.name }}
continue-on-error: true
continue-on-error: true

0 comments on commit 58346f6

Please sign in to comment.