Skip to content

Commit

Permalink
escape?
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Sep 11, 2024
1 parent 0ce3f97 commit be08627
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:
- name: Save word count
run: |
echo "# Word Counts" >> $GITHUB_STEP_SUMMARY
fence = '`````'
echo "" >> $GITHUB_STEP_SUMMARY
echo ${fence} >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
cat words.txt >> $GITHUB_STEP_SUMMARY
echo ${fence} >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
- name: Offline link checker
uses: lycheeverse/[email protected]
Expand Down

0 comments on commit be08627

Please sign in to comment.