Skip to content

Commit

Permalink
Improve debug
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed May 1, 2024
1 parent 29a97cf commit abe5588
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 @@ -79,6 +79,7 @@ runs:
cat > "${pr_dump_file}" <<EOF
"${{ fromJson(steps.get_pr_data.outputs.result).body }}"
EOF
echo "Cat-ting ${pr_dump_file}..."
cat "${pr_dump_file}"
- name: Determine new tag version
Expand All @@ -88,7 +89,6 @@ runs:
PR_NUMBER: "${{ fromJson(steps.get_pr_data.outputs.result).number }}"
id: determine_next_tag_retrospectively
run: |
bash --help
echo "Determining whether user selected an auto-tag option..."
echo "Using GitHub script to get PR info..."
pr_dump_file="./tmp_pr_body_dump.txt"
Expand Down

0 comments on commit abe5588

Please sign in to comment.