Add newline

This commit is contained in:
Patrik Lundin 2025-02-05 19:47:43 +01:00
parent 6afbf1ce25
commit 721c7174d7
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -5,7 +5,7 @@ echo '{"auths":{"'"$(printf "%s" "$INPUT_REGISTRY")"'":{"auth":"'"$(printf "%s"
if [ -n "$INPUT_WORKDIR" ]; then
cd "$INPUT_WORKDIR" || exit 1
printf 'cd %s -> %s' "$OLDPWD" "$PWD"
printf 'cd %s -> %s\n' "$OLDPWD" "$PWD"
fi
# Build container