Skip to content

Commit

Permalink
switch PR_TITLE to PR_URL definition (#614) (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-marcel authored Sep 25, 2023
1 parent a5e23d0 commit c0ea7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Enable auto-merge for Dependabot GitHub Actions PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_TITLE: ${{github.event.pull_request.title}}
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c0ea7fe

Please sign in to comment.