main.js aktualisiert
Test / test (push) Successful in 11s

This commit is contained in:
2023-07-27 21:42:42 +02:00
parent 511ce76e06
commit 70b76d03ca
+1 -1
View File
@@ -20,7 +20,7 @@ function run() {
}
// Produce Action Output
core.setOutput('lastNumber', currentNumber);
core.setOutput('lastNumber', lastNumber);
}
run();