syntax fix
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Install OpenTofu
|
||||
run: |
|
||||
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
|
||||
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
|
||||
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
|
||||
|
||||
- name: tofu fmt check (all .tf files)
|
||||
run: tofu fmt -check -recursive
|
||||
|
||||
Reference in New Issue
Block a user