We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76977b commit 91702a7Copy full SHA for 91702a7
.github/workflows/documentation.yml
@@ -27,7 +27,7 @@ jobs:
27
set -xe
28
CAN_DEPLOY=$(python ../utils/please.py can_i_deploy_documentation)
29
DEPLOY_TO=$(python ../utils/please.py where_can_i_deploy_documentation)
30
- TITLE=$(echo '${{ github.event.head_commit.message }}' | head -n 1)
+ TITLE=$(echo "'${{ github.event.head_commit.message }}'" | head -n 1)
31
32
echo "can_deploy=$CAN_DEPLOY" >> $GITHUB_OUTPUT
33
echo "deploy_to=$DEPLOY_TO" >> $GITHUB_OUTPUT
0 commit comments