action.yml aktualisiert
Test / test (push) Successful in 10s

This commit is contained in:
2023-07-27 20:50:51 +02:00
parent f2fae7646a
commit 2404ba3144
+8 -2
View File
@@ -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