Minor reformatting.
All checks were successful
Try out action / Try action (push) Successful in 17s
Lint / pre-commit Autoupdate (push) Successful in 53s

This commit is contained in:
2024-05-28 23:20:38 +02:00
parent 2b13c99af5
commit 8799a76b55
3 changed files with 2 additions and 18 deletions

View File

@@ -72,9 +72,7 @@ async function main() {
url_pattern,
start_version,
)}`;
// const export_to = core.getInput("export-to");
core.info(`The new version determend is ${current_version}`);
// core.exportVariable("current_version", `${current_version}`);
core.setOutput("current_version", `${current_version}`);
} catch (error) {
core.setFailed(`Action failed with error: ${error}`);