diff --git a/get-base-sha.sh b/get-base-sha.sh index e94240431d3..c2fcee3c283 100644 --- a/get-base-sha.sh +++ b/get-base-sha.sh @@ -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 \ No newline at end of file +fi diff --git a/get-sha.sh b/get-sha.sh index e94a9d79ce6..ede5529c090 100644 --- a/get-sha.sh +++ b/get-sha.sh @@ -21,4 +21,4 @@ if [[ -n "$INPUT_UNTIL" ]]; then echo "::set-output name=sha::$SHA" else echo "::set-output name=sha::$INPUT_SHA" -fi \ No newline at end of file +fi