Added last number printed as action output
Test / test (push) Successful in 12s

This commit is contained in:
2023-07-27 21:26:13 +02:00
parent 847b5f060a
commit 0ea28586ed
+1 -1
View File
@@ -20,7 +20,7 @@ function run() {
}
// Produce Action Output
core.setOutput('lastNumber', currentNumber);
}
run();