3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 03:34:50 +00:00

added empty line

This commit is contained in:
Tonye Jack 2022-09-24 19:11:18 -06:00
parent 5485a02af8
commit de772eb038
2 changed files with 2 additions and 2 deletions

View file

@ -31,4 +31,4 @@ elif [[ "$INPUT_SINCE_LAST_REMOTE_COMMIT" == "true" ]]; then
LAST_REMOTE_COMMIT=$(git rev-parse "$INPUT_SHA^1")
fi
echo "::set-output name=base_sha::$LAST_REMOTE_COMMIT"
fi
fi

View file

@ -21,4 +21,4 @@ if [[ -n "$INPUT_UNTIL" ]]; then
echo "::set-output name=sha::$SHA"
else
echo "::set-output name=sha::$INPUT_SHA"
fi
fi