Skip to content

Commit

Permalink
.github/workflows: use correct string templating
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jun 1, 2023
1 parent 7a39c0c commit 4ab3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "```diff\n${stdout}```"
body: `\`\`\`diff\n${stdout}\`\`\``
})

0 comments on commit 4ab3f94

Please sign in to comment.