Skip to content

Commit c4f8e0c

Browse files
committed
use quote in error message as GHA error does not seem to support backticks for markdown formatting
1 parent 8ee3311 commit c4f8e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/prevent-rerun/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ runs:
66
- name: Prevent any re-run
77
if: ${{ github.run_attempt > 1 }}
88
run: |
9-
echo "::error::Re-running jobs is not permitted. Please trigger a new build manually at https://github.com/quarto-dev/quarto-cli/actions/workflows/create-release.yml (click 'Run workflow'), or use the GitHub CLI: `gh workflow run create-release.yml`"
9+
echo "::error::Re-running jobs is not permitted. Please trigger a new build manually at https://github.com/quarto-dev/quarto-cli/actions/workflows/create-release.yml (click 'Run workflow'), or use the GitHub CLI: 'gh workflow run create-release.yml'"
1010
exit 1
1111
shell: bash

0 commit comments

Comments
 (0)