Skip to content

Commit

Permalink
Fix tofu run
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Oct 8, 2024
1 parent dac7194 commit 582fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Init providers
run: |
l=$(find . -maxdepth 1 -type d -name "[a-z]*")
for i in ${l[@]} ;do echo $i; tofu init $i; done
for i in ${l[@]} ;do echo $i; (cd $i; tofu init); done
- name: Run Pre-Commit
run: >
pre-commit run
Expand Down

0 comments on commit 582fcf3

Please sign in to comment.