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:
Ross MacArthur
2020-05-03 13:59:00 +02:00
parent 2d295f385f
commit 7bd7066470
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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);