From 2404ba314446dd00d9b5f9b351664e13a530f48b Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 20:50:51 +0200 Subject: [PATCH] action.yml aktualisiert --- action.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 39c2678..0559a16 100644 --- a/action.yml +++ b/action.yml @@ -7,8 +7,14 @@ # # Name and Description of the Action (Like displayed in GitHub Marketplace Overview) -name: 'Deploy to AWS S3' -description: 'Deploys a Node-JS App to AWS S3' +name: 'Print Fibonacci Numbers' +description: 'Prints a sequence of fibonacci numbers' + +inputs: + iterations: + description: 'The maximum amount of iterations to produce fibonacci numbers' + required: false + default: 10 runs: using: 'node16' # Must be 'nodeXX' for a custom js action