mirror of
https://github.com/extractions/setup-just
synced 2026-09-07 20:04:00 +00:00
Rename version input to just-version
This is technically a breaking change, but let's hope no one is actually using this action yet.
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ async function checkOrInstallTool(
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
const version = core.getInput("version");
|
||||
const version = core.getInput("just-version");
|
||||
const target = getTarget();
|
||||
const cacheDir = await checkOrInstallTool("just", version, target);
|
||||
core.addPath(cacheDir);
|
||||
|
||||
Reference in New Issue
Block a user