fixed autotagger workflow

This commit is contained in:
SeaswimmerTheFsh 2024-03-23 14:50:19 -04:00
parent bd10f52fec
commit 5426543f32
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/workflows/scripts/message.py "$COMMIT_MESSAGE")
OUTPUT=$(python .gitea/workflows/scripts/message.py "$COMMIT_MESSAGE")
if [ "$OUTPUT" = "Usage: python message.py <commit_message>" ]; then
echo "Called without commit message!"
exit 1