Skip to content

Commit

Permalink
Add Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed May 1, 2024
1 parent aebc632 commit 373cadd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ runs:
env:
PR_NUMBER: "${{ inputs.pr_number }}"
run: |
echo "Determining section to parse..."
PR_BODY=${{ inputs.pr_body }}
echo "Success"
echo $PR_BODY
echo "Determining whether user has selected an auto-tag option..."
script_output=$("${{ github.action_path }}/auto-tag.sh"
Expand Down

0 comments on commit 373cadd

Please sign in to comment.