Skip to content

Commit

Permalink
ci: debug release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander authored Apr 23, 2024
1 parent 8b2ff04 commit b15ca73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
- name: Approve PR
uses: hmarr/auto-approve-action@v4
if: ${{ steps.release.outputs.prs_created }}
env:
ACTIONS_STEP_DEBUG: true
with:
pull_request_number: ${{ steps.release.outputs.pr.number }}
pull-request-number: ${{ steps.release.outputs.pr.number }}

0 comments on commit b15ca73

Please sign in to comment.