There was an error while loading. Please reload this page.
1 parent 488e2e8 commit e794b98Copy full SHA for e794b98
1 file changed
.github/workflows/dependabot-automerge.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
if: ${{ github.actor == 'dependabot[bot]' }}
17
steps:
18
+ - name: Checkout
19
+ uses: actions/checkout@v4.2.2
20
- name: Approve Dependabot PRs
21
run: gh pr review --approve "$PR_URL"
22
env:
0 commit comments