We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638b64b commit 3162eeaCopy full SHA for 3162eea
.github/workflows/pull_requests.yml
@@ -66,4 +66,4 @@ jobs:
66
wget -q https://releases.hashicorp.com/terraform/1.6.0/terraform_1.6.0_linux_amd64.zip
67
unzip terraform_1.6.0_linux_amd64.zip -d /usr/local/bin/
68
fi
69
- sh scripts/terraform-validate.sh ${CHANGED_FOLDERS}
+ bash scripts/terraform-validate.sh ${CHANGED_FOLDERS}
0 commit comments