Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colbynh committed Apr 17, 2024
1 parent 971f7f3 commit 8b1158b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
echo "tag=${latest_tag}" >> "$GITHUB_OUTPUT"

0 comments on commit 8b1158b

Please sign in to comment.