Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 26, 2024
1 parent 7357626 commit 6fef43b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inputs:
Body of pull request if inside a pull request
required: false
# default: ""

PR_NUMBER:
description: |
Pull request number
Expand All @@ -27,7 +28,7 @@ runs:
shell: sh
run: |
echo ${{ inputs['PR_BODY'] }}
echo ${{ inputs['number'] }}
echo ${{ inputs['PR_NUMBER'] }}
echo ${{ inputs.PR_BODY }}
echo ${{ inputs.PR_NUMBER }}
echo ${{ inputs.PR_BODY == '' && inputs.PR_NUMBER == ''}}
Expand Down

0 comments on commit 6fef43b

Please sign in to comment.