Add the option "ref", specifying either a commit or a branch#329
Merged
dawidd6 merged 1 commit intodawidd6:masterfrom May 30, 2025
Merged
Add the option "ref", specifying either a commit or a branch#329dawidd6 merged 1 commit intodawidd6:masterfrom
dawidd6 merged 1 commit intodawidd6:masterfrom
Conversation
Contributor
Author
|
Thanks! Would you mind adding a new tag, so one can use the new option without needing to reference a raw commit id? |
Owner
|
Sure. |
mstorsjo
added a commit
to mstorsjo/llvm-mingw
that referenced
this pull request
Jun 3, 2025
This allows specifying either a commit or a branch in the same field, allowing simplifying both the workflow inputs, and the expressions for passing commit/branch to both dawidd6/action-download-artifact and actions/checkout. This new option is available since dawidd6/action-download-artifact#329.
Contributor
Author
Thanks! For reference, this new option allows significantly simplifying some workflows of mine, where manually triggered workflows can run either with a commit or a branch (together with passing the same to https://github.com/actions/checkout), and the logic for dealing with this has required a lot of extra conditionals all over the place; see mstorsjo/llvm-mingw@9633e75. |
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.
This fixes #242.