fixed incorrect path in the autotagger script
Some checks failed
Actions / Autotagger (push) Failing after 6s
Actions / Build Gunpack (push) Successful in 17s

This commit is contained in:
Seaswimmer 2024-07-23 17:40:18 -04:00
parent e29f426fdb
commit 2866f88764
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -49,7 +49,7 @@ jobs:
id: check_commit_message
run: |
COMMIT_MESSAGE=$(echo "${{ steps.extract_commit_message.outputs.message }}")
OUTPUT=$(python .gitea/workflows/scripts/message.py "$COMMIT_MESSAGE")
OUTPUT=$(python .forgejo/workflows/scripts/message.py "$COMMIT_MESSAGE")
if [ "$OUTPUT" = "Usage: python message.py <commit_message>" ]; then
echo "Called without commit message!"
exit 1