You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feels a bit clunky and could be simplified for better UX. Here are a couple of ideas:
Make headlessmc-launcher more machine-friendly:
It could output something like JSON or write a file with the info about the downloaded file (e.g., a manifest).
Smarter file detection in the action itself:
The action could scan the directory for new files to figure out what’s been downloaded.
We also require users to run the setup-java action first, which means the runner already knows which version of Java is set up. Instead of requiring users to explicitly pass the java input, we could dynamically detect the version from the environment. Further simplifying use of the action.
In both instances, there will be edge cases, so we should keep the inputs available as optionals.
The text was updated successfully, but these errors were encountered:
ChipWolf
changed the title
Dynamically populate regex input
Dynamically populate regex and java inputs
Dec 5, 2024
Right now, using the action requires a
regex
input to targer the file that gets downloaded by:This feels a bit clunky and could be simplified for better UX. Here are a couple of ideas:
Make headlessmc-launcher more machine-friendly:
It could output something like JSON or write a file with the info about the downloaded file (e.g., a manifest).
Smarter file detection in the action itself:
The action could scan the directory for new files to figure out what’s been downloaded.
We also require users to run the
setup-java
action first, which means the runner already knows which version of Java is set up. Instead of requiring users to explicitly pass the java input, we could dynamically detect the version from the environment. Further simplifying use of the action.In both instances, there will be edge cases, so we should keep the inputs available as optionals.
The text was updated successfully, but these errors were encountered: