Skip to content

Commit

Permalink
Feat: update the automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 5, 2023
1 parent ddcf5e6 commit 8c24c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB}}

automerge:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
needs: autoapprove
steps:
- id: automerge
name: automerge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
workflow_dispatch:
jobs:
tf-lint:
uses: clouddrove/test-tfsec/.github/workflows/tflint.yaml@1.0.6
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.8
secrets:
GITHUB: ${{ secrets.GITHUB }}

0 comments on commit 8c24c4c

Please sign in to comment.