Skip to content

Commit 91702a7

Browse files
committed
CI: Deal with ' in commit title
1 parent e76977b commit 91702a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
set -xe
2828
CAN_DEPLOY=$(python ../utils/please.py can_i_deploy_documentation)
2929
DEPLOY_TO=$(python ../utils/please.py where_can_i_deploy_documentation)
30-
TITLE=$(echo '${{ github.event.head_commit.message }}' | head -n 1)
30+
TITLE=$(echo "'${{ github.event.head_commit.message }}'" | head -n 1)
3131
3232
echo "can_deploy=$CAN_DEPLOY" >> $GITHUB_OUTPUT
3333
echo "deploy_to=$DEPLOY_TO" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)