Skip to content

Commit cc33732

Browse files
committed
fix: quote run value to fix YAML syntax (exclamation in string)
Made-with: Cursor
1 parent 9e409a6 commit cc33732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Confirm local act build
103103
if: ${{ env.ACT }}
104-
run: echo "Local act run: mdBook build completed; skipping upload."
104+
run: 'echo "Local act run: mdBook build completed; skipping upload."'
105105

106106
deploy:
107107
if: ${{ !env.ACT }}

0 commit comments

Comments
 (0)