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 ddcf5e6 commit 8c24c4cCopy full SHA for 8c24c4c
.github/workflows/automerge.yml
@@ -29,7 +29,8 @@ jobs:
29
GITHUB_TOKEN: ${{secrets.GITHUB}}
30
31
automerge:
32
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
33
+ needs: autoapprove
34
steps:
35
- id: automerge
36
name: automerge
.github/workflows/tflint.yml
@@ -6,6 +6,6 @@ on:
6
workflow_dispatch:
7
jobs:
8
tf-lint:
9
- uses: clouddrove/test-tfsec/.github/workflows/tflint.yaml@1.0.6
+ uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.8
10
secrets:
11
GITHUB: ${{ secrets.GITHUB }}
0 commit comments