chore: chore
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
|
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
|
||||||
run: |
|
run: |
|
||||||
echo "CHECK: '${{ env.COMMIT_MESSAGE }}'"
|
echo "CHECK: '${{ COMMIT_MESSAGE }}'"
|
||||||
if [[ "${{ env.COMMIT_MESSAGE }}" == "#bot-message: *" ]]; then
|
if [[ "${{ env.COMMIT_MESSAGE }}" == "#bot-message: *" ]]; then
|
||||||
echo "FOUND: '#bot-message: '"
|
echo "FOUND: '#bot-message: '"
|
||||||
echo "BOT_MESSAGE=${BOT_MESSAGE}" >> "${GITHUB_ENV}"
|
echo "BOT_MESSAGE=${BOT_MESSAGE}" >> "${GITHUB_ENV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user