Skip to content

Commit

Permalink
Merge pull request #11 from brightnetwork/fix-typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
p9f authored Dec 5, 2023
2 parents a5442a7 + 7ef7b98 commit 3f6ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Terraform fmt
id: fmt
run: terraform fmt -check
working_directory: ${{ inputs.working_directory }}
working-directory: ${{ inputs.working_directory }}
- uses: actions/github-script@v7
if: ${{ failure() && github.event_name == 'pull_request' }}
with:
Expand Down

0 comments on commit 3f6ec91

Please sign in to comment.