We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6fb05 commit e32932dCopy full SHA for e32932d
1 file changed
.github/actions/docker-run/action.yaml
@@ -45,7 +45,7 @@ runs:
45
done <<< "$ENV_INPUT"
46
# Remove the leading space from the first concatenation
47
ENV_STRING="${ENV_STRING# }"
48
- echo "env=$ENV_STRING" >> "$GITHUB_OUTPUT
+ echo "env=$ENV_STRING" >> "$GITHUB_OUTPUT"
49
50
- id: dockerrun
51
name: "Run command ${{ input.command }} in ${{ input.tag }} docker container"
0 commit comments