Skip to content

Commit e32932d

Browse files
committed
misc: Typo
1 parent 1e6fb05 commit e32932d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker-run/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
done <<< "$ENV_INPUT"
4646
# Remove the leading space from the first concatenation
4747
ENV_STRING="${ENV_STRING# }"
48-
echo "env=$ENV_STRING" >> "$GITHUB_OUTPUT
48+
echo "env=$ENV_STRING" >> "$GITHUB_OUTPUT"
4949
5050
- id: dockerrun
5151
name: "Run command ${{ input.command }} in ${{ input.tag }} docker container"

0 commit comments

Comments
 (0)