+8
-2
@@ -7,8 +7,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Name and Description of the Action (Like displayed in GitHub Marketplace Overview)
|
# Name and Description of the Action (Like displayed in GitHub Marketplace Overview)
|
||||||
name: 'Deploy to AWS S3'
|
name: 'Print Fibonacci Numbers'
|
||||||
description: 'Deploys a Node-JS App to AWS S3'
|
description: 'Prints a sequence of fibonacci numbers'
|
||||||
|
|
||||||
|
inputs:
|
||||||
|
iterations:
|
||||||
|
description: 'The maximum amount of iterations to produce fibonacci numbers'
|
||||||
|
required: false
|
||||||
|
default: 10
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node16' # Must be 'nodeXX' for a custom js action
|
using: 'node16' # Must be 'nodeXX' for a custom js action
|
||||||
|
|||||||
Reference in New Issue
Block a user