Skip to content

Commit

Permalink
fix: add missing PR_URL to auto-merge job (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau authored Sep 13, 2024
1 parent 2f33c98 commit 2f5719c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'thomas-lebeau/100-cims'
steps:
- name: auto-merge
run: gh pr merge --auto --squash
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

1 comment on commit 2f5719c

@vercel
Copy link

@vercel vercel bot commented on 2f5719c Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

100-cims – ./

100-cims.vercel.app
100-cims-git-main-100cims.vercel.app
100-cims-100cims.vercel.app

Please sign in to comment.