Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Mar 28, 2024
1 parent dfa2f52 commit 142b766
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions better-dependabot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 142b766

Please sign in to comment.