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:
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")
|
||||
fi
|
||||
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"
|
||||
else
|
||||
echo "::set-output name=sha::$INPUT_SHA"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue