Skip to content

Commit b7d3f85

Browse files
fix: trailing spaces instead of escaped new line
1 parent cf94abe commit b7d3f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sconify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
-v /var/run/docker.sock:/var/run/docker.sock \
201201
-v ${{github.workspace}}/tmp/sig/enclave-key.pem:/sig/enclave-key.pem \
202202
registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }} \
203-
${{ steps.prepare-command.outputs.sconify-base-command }} \
203+
${{ steps.prepare-command.outputs.sconify-base-command }} \
204204
--to=${{ steps.prepare-command.outputs.prod-image }} \
205205
--scone-signer=/sig/enclave-key.pem
206206

0 commit comments

Comments
 (0)