Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 19, 2024
1 parent 9dc755a commit 1e60230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Check terrorm in ${{ matrix.target.name}}
working-directory: terraform/subscriptions/scripts
run: SUBSCRIPTION=${{ matrix.target.subscription}} ENVIRONMENT=${{${{ matrix.target.folderName}}}} ./terraform.sh
run: SUBSCRIPTION=${{ matrix.target.subscription}} ENVIRONMENT=${{${{ matrix.target.folderName}} ./terraform.sh

- name: Revoke GitHub IP on StorageAccount
if: ${{ steps.update_firewall.outcome == 'success' && !cancelled()}} # Always run this step even if previous step failed
Expand Down

0 comments on commit 1e60230

Please sign in to comment.