Skip to content

Commit

Permalink
Corrected var name
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 26, 2024
1 parent 7379673 commit 2c5cedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
# command injection attack
env:
PR_BODY: "${{ inputs.body }}"
PR_NUMBER: "${{ inputs.pr_number }}"
PR_NUMBER: "${{ inputs.number }}"
run: |
echo "Attempting to auto-tag merge commit2"
script_output=$("${{ github.action_path }}/auto-tag.sh" "${PR_BODY}" "${PR_NUMBER}")
Expand Down

0 comments on commit 2c5cedf

Please sign in to comment.