diff --git a/better-dependabot/action.yml b/better-dependabot/action.yml index fa0e1bb..6fca06e 100644 --- a/better-dependabot/action.yml +++ b/better-dependabot/action.yml @@ -60,6 +60,13 @@ runs: env: GITHUB_TOKEN: ${{ inputs.token }} + - uses: actions/checkout@v4 + with: + ref: ${{ inputs.target_branch }} + repository: ${{ github.repository }} + fetch-depth: 0 + token: ${{ inputs.token || github.token }} + - name: Install node if: steps.check_pr.outputs.pr_exists == '0' uses: Drassil/gh-actions-collection/extra-info@master