We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d75fc commit f5aff6fCopy full SHA for f5aff6f
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,8 @@ jobs:
30
id: node_use_description
31
uses: mad9000/actions-find-and-replace-string@3
32
with:
33
- source: ${{steps.description.outputs.content}}
+ source: >-
34
+ ${{steps.description.outputs.content}}
35
find: "`"
36
replace: "\\`"
37
0 commit comments