Skip to content

Commit

Permalink
fix: escape backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
thesharp committed Oct 1, 2023
1 parent c045f40 commit 7525895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
shell: bash
run: |
echo "### Deployment status :rocket:" >> $GITHUB_STEP_SUMMARY
echo "```${{ steps.kubectl-apply.outputs.deployment }}```" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`${{ steps.kubectl-apply.outputs.deployment }}\`\`\`" >> $GITHUB_STEP_SUMMARY
outputs:
kubectl-apply:
Expand Down

0 comments on commit 7525895

Please sign in to comment.