fixed incorrect path in autotagger file
Some checks failed
Autotagger / Autotagger (push) Failing after 3s
Build / Documentation (push) Successful in 12s
Build / Export Files (push) Successful in 9s

This commit is contained in:
SeaswimmerTheFsh 2024-03-11 21:33:13 -04:00
parent a902fb01eb
commit 5a9b96f81a
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -27,7 +27,7 @@ jobs:
id: check_commit_message
run: |
COMMIT_MESSAGE=$(echo "${{ steps.extract_commit_message.outputs.message }}")
OUTPUT=$(python .forgejo/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