Skip to content

Commit

Permalink
Use single quotes to avoid backticks being cosidered as interpolation…
Browse files Browse the repository at this point in the history
… of subcommand output.
  • Loading branch information
alexsomesan committed Oct 17, 2024
1 parent 63656d9 commit aa5d3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Undocumented changes
run: |
echo "Documentation is not up to date. Please refer to the `Making Changes` in the Contribution Guide on how to properly update documentation."
echo 'Documentation is not up to date. Please refer to the `Making Changes` in the Contribution Guide on how to properly update documentation.'
exit 1
if: failure()

0 comments on commit aa5d3b2

Please sign in to comment.