Skip to content

Commit

Permalink
Add action path to import path for auto tag
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 5, 2024
1 parent c786477 commit 2f7d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
PR_NUMBER: "${{ fromJson(steps.get_pr_data.outputs.result).number }}"
run: |
echo "Attempting to auto-tag merge commit"
script_output=$(.github/auto-tag.sh "${PR_BODY}" "${PR_NUMBER}")
script_output=$("${{ github.action_path }}/.github/auto-tag.sh" "${PR_BODY}" "${PR_NUMBER}")
if $? != 0; then
exit 1
fi
Expand Down

0 comments on commit 2f7d3f5

Please sign in to comment.