We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb306b commit 6ed81edCopy full SHA for 6ed81ed
1 file changed
.github/workflows/pre-commit-check.yaml
@@ -29,7 +29,7 @@ jobs:
29
pre-commit run -a
30
env:
31
AWS_DEFAULT_REGION: us-east-1
32
- SKIP: terraform_tflint_deep
+ SKIP: terraform_tflint_deep,no-commit-to-branch
33
- uses: stefanzweifel/git-auto-commit-action@v4
34
if: ${{ failure() }}
35
with:
0 commit comments