From 0ea28586ed20c8915f01a31c645139b321ce8966 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 21:26:13 +0200 Subject: [PATCH] Added last number printed as action output --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 29e1f66..bfc83b8 100644 --- a/main.js +++ b/main.js @@ -20,7 +20,7 @@ function run() { } // Produce Action Output - + core.setOutput('lastNumber', currentNumber); } run();