Skip to content

Commit

Permalink
escape backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Feb 13, 2024
1 parent 0a5bbe4 commit e0343cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:

- name: Output Serverless Info
run: |
echo "```\n$(yarn -s summary --stage $NODE_ENV)\n```" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`\n$(yarn -s summary --stage $NODE_ENV)\n\`\`\`" >> $GITHUB_STEP_SUMMARY

0 comments on commit e0343cf

Please sign in to comment.