Skip to content

Commit aa5d3b2

Browse files
committed
Use single quotes to avoid backticks being cosidered as interpolation of subcommand output.
1 parent 63656d9 commit aa5d3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
3838
- name: Undocumented changes
3939
run: |
40-
echo "Documentation is not up to date. Please refer to the `Making Changes` in the Contribution Guide on how to properly update documentation."
40+
echo 'Documentation is not up to date. Please refer to the `Making Changes` in the Contribution Guide on how to properly update documentation.'
4141
exit 1
4242
if: failure()

0 commit comments

Comments
 (0)