feat: add version_file input to read the kind version from a file#162
Open
somaz94 wants to merge 1 commit into
Open
feat: add version_file input to read the kind version from a file#162somaz94 wants to merge 1 commit into
somaz94 wants to merge 1 commit into
Conversation
Signed-off-by: somaz <genius5711@gmail.com>
51b743d to
335bb70
Compare
somaz94
added a commit
to somaz94/somaz94
that referenced
this pull request
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
version_fileinput that reads the kind version from a file, so theversion can live in a single source of truth (for example an asdf
.tool-versionsfile) instead of being hard-coded in the workflow..tool-versionslayout (thekindentry) and plainversion files.
v, e.g.v0.31.0),consistent with the existing
versioninput.version_filetakes precedence overversion.Validation
test-with-version-filejob that writeskind v0.23.0to a.tool-versionsfile and asserts the installed kind version isv0.23.0(the action default is
v0.31.0, so the assertion proves the file drovethe install).
comment/blank-line file, extra whitespace, CRLF endings, multi-token line,
missing file, empty file.
bash -n main.shpasses.This PR was prepared with AI assistance (Claude Code). All changes were
reviewed and tested by me before submission.