diff --git a/README.md b/README.md index 6168693..d5ce57e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Action Get Latest Tag -Forked from https://github.com/actions-ecosystem/action-get-latest-tag +Forked from https://github.com/actions-ecosystem/action-get-latest-tag. [![actions-workflow-lint][actions-workflow-lint-badge]][actions-workflow-lint] [![release][release-badge]][release] diff --git a/entrypoint.sh b/entrypoint.sh index 6e26821..a9d7cca 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,4 +29,4 @@ if [ "${latest_tag}" = '' ] && [ "${INPUT_WITH_INITIAL_VERSION}" = 'true' ]; the latest_tag="${INPUT_INITIAL_VERSION}" fi -echo "tag=${latest_tag}" >>$GITHUB_OUTPUT \ No newline at end of file +echo "tag=${latest_tag}" >> "$GITHUB_OUTPUT" \ No newline at end of file