Skip to content

Commit

Permalink
add pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Dec 5, 2024
1 parent 2559f01 commit e0fb8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ jobs:
if: github.event_name == 'pull_request' && github.event.label.name == 'deploy'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
gh pr edit ${{ github.event.pull_request.number }} --remove-label "deploy"

0 comments on commit e0fb8af

Please sign in to comment.