From 16a964e42fa70898cbe2cb1ed0758964a8544d3e Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 22:47:48 +0200 Subject: [PATCH] action.yml aktualisiert --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2316cca..ff29e21 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: iterations: description: 'The maximum amount of iterations to produce fibonacci numbers' required: false - default: 10 + default: '10' outputs: lastNumber: