mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-30 09:35:15 +00:00
added empty line
This commit is contained in:
parent
5485a02af8
commit
de772eb038
2 changed files with 2 additions and 2 deletions
|
@ -31,4 +31,4 @@ elif [[ "$INPUT_SINCE_LAST_REMOTE_COMMIT" == "true" ]]; then
|
||||||
LAST_REMOTE_COMMIT=$(git rev-parse "$INPUT_SHA^1")
|
LAST_REMOTE_COMMIT=$(git rev-parse "$INPUT_SHA^1")
|
||||||
fi
|
fi
|
||||||
echo "::set-output name=base_sha::$LAST_REMOTE_COMMIT"
|
echo "::set-output name=base_sha::$LAST_REMOTE_COMMIT"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -21,4 +21,4 @@ if [[ -n "$INPUT_UNTIL" ]]; then
|
||||||
echo "::set-output name=sha::$SHA"
|
echo "::set-output name=sha::$SHA"
|
||||||
else
|
else
|
||||||
echo "::set-output name=sha::$INPUT_SHA"
|
echo "::set-output name=sha::$INPUT_SHA"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue