diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 570ceaf..3ed4df5 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -8,11 +8,15 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: + - name: Check out code + uses: actions/checkout@v2 + - name: Fetch metadata id: metadata uses: ./ with: github-token: "${{ secrets.GITHUB_TOKEN }}" + - name: Auto-merge run: gh pr merge --auto --merge "$PR_URL" env: