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 b13686c commit 68b42aaCopy full SHA for 68b42aa
cargo-dist/templates/ci/github/release.yml.j2
@@ -249,7 +249,7 @@ jobs:
249
{{%- if step.run is not undefined %}}
250
{{%- if step.run is multiline %}}
251
run: |
252
- {{{ step.run|indent(10) }}}
+ {{{ step.run|indent(10)|safe }}}
253
{{%- else %}}
254
run: {{{ step.run }}}
255
{{%- endif %}}
0 commit comments