chore: chore

This commit is contained in:
2025-10-11 13:24:55 +02:00
parent c8f8dd1cf3
commit 86835df816

View File

@@ -21,7 +21,7 @@ jobs:
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: |
echo "CHECK: '${{ env.COMMIT_MESSAGE }}'"
echo "CHECK: '${{ COMMIT_MESSAGE }}'"
if [[ "${{ env.COMMIT_MESSAGE }}" == "#bot-message: *" ]]; then
echo "FOUND: '#bot-message: '"
echo "BOT_MESSAGE=${BOT_MESSAGE}" >> "${GITHUB_ENV}"