Skip to content

Commit

Permalink
Uses correct number
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jun 13, 2024
1 parent 45d9586 commit 501cf5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
uses: juliangruber/approve-pull-request-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: echo ${{ steps.find_branch_name.outputs.text }}
number: echo ${{ steps.find-pull-request.outputs.number }}


- name: Enable auto-merge
run: |
Expand Down

0 comments on commit 501cf5a

Please sign in to comment.