Skip to content

Commit

Permalink
Add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 26, 2024
1 parent 5ce96fb commit 61d559d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ inputs:
description: |
Body of pull request if inside a pull request
required: false
default: ""
pr_number:
description: |
Pull request number
required: false
default: ""
owner:
description: |
Repository Owning Organisation
Expand All @@ -28,7 +30,7 @@ runs:

steps:
- name: Debug
shell: bash
shell: sh
run: |
echo ${{ inputs.pr_body }}
echo ${{ inputs.pr_number }}
Expand Down

0 comments on commit 61d559d

Please sign in to comment.