Skip to content

Commit

Permalink
Merge pull request #20 from rhythmictech/dep-fix
Browse files Browse the repository at this point in the history
remove bad `needs`
  • Loading branch information
smiller171 authored Sep 16, 2020
2 parents 001f9d7 + f2dd8cc commit cf64a27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
terraform_tflint_nocreds,
terraform_tfsec
- uses: stefanzweifel/git-auto-commit-action@v4
needs: pre-commit
if: ${{ failure() }}
with:
commit_message: Apply automatic changes
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pullRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
terraform_tflint_nocreds,
terraform_tfsec
- uses: stefanzweifel/git-auto-commit-action@v4
needs: pre-commit
if: ${{ failure() }}
with:
commit_message: Apply automatic changes
Expand Down

0 comments on commit cf64a27

Please sign in to comment.