Add newline
This commit is contained in:
parent
6afbf1ce25
commit
721c7174d7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ echo '{"auths":{"'"$(printf "%s" "$INPUT_REGISTRY")"'":{"auth":"'"$(printf "%s"
|
||||||
|
|
||||||
if [ -n "$INPUT_WORKDIR" ]; then
|
if [ -n "$INPUT_WORKDIR" ]; then
|
||||||
cd "$INPUT_WORKDIR" || exit 1
|
cd "$INPUT_WORKDIR" || exit 1
|
||||||
printf 'cd %s -> %s' "$OLDPWD" "$PWD"
|
printf 'cd %s -> %s\n' "$OLDPWD" "$PWD"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build container
|
# Build container
|
||||||
|
|
Loading…
Add table
Reference in a new issue