Skip to content

Commit 68b42aa

Browse files
kazutoirismistydemeo
authored andcommitted
fix: prevent unintended escaping of multiline run
1 parent b13686c commit 68b42aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-dist/templates/ci/github/release.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
{{%- if step.run is not undefined %}}
250250
{{%- if step.run is multiline %}}
251251
run: |
252-
{{{ step.run|indent(10) }}}
252+
{{{ step.run|indent(10)|safe }}}
253253
{{%- else %}}
254254
run: {{{ step.run }}}
255255
{{%- endif %}}

0 commit comments

Comments
 (0)