Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Sep 26, 2024
1 parent 111550d commit 2bc5e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Check if PR is not draft
id: is-not-draft
run: |
echo "${{ steps.pr.outputs }}"
if [ "${{ steps.pr.outputs.draft }}" = "true" ]; then
echo "PR is in draft state. Exiting."
exit 0
Expand Down

0 comments on commit 2bc5e61

Please sign in to comment.