We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fe36e commit 6afb08bCopy full SHA for 6afb08b
1 file changed
action.yml
@@ -96,9 +96,7 @@ runs:
96
-w ${{ steps.settings.outputs.work_path }} `
97
${{ inputs.image }} `
98
${{ inputs.entrypoint_args }} `
99
- { `
100
- ${{ inputs.pre-warm-cmd }} `
101
- }
+ ${{ inputs.pre-warm-cmd }}
102
exit 0
103
shell: powershell -NoLogo -NonInteractive -NoProfile -OutputFormat Text -Command ". '{0}'"
104
- name: Run
@@ -116,9 +114,7 @@ runs:
116
114
117
115
118
119
120
- ${{ inputs.run }} `
121
+ ${{ inputs.run }}
122
123
- name: docker_logout
124
id: docker_logout
0 commit comments