@@ -16,6 +16,11 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: 10
|
default: 10
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
lastNumber:
|
||||||
|
description: 'The last fibonacci number printed during the execution of the action'
|
||||||
|
# value: ... # The value key is not needed (like nedded with composite actions) because the main.js will set the ouput value
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node16' # Must be 'nodeXX' for a custom js action
|
using: 'node16' # Must be 'nodeXX' for a custom js action
|
||||||
main: 'main.js' # The JS File to execute which will handle action processing
|
main: 'main.js' # The JS File to execute which will handle action processing
|
||||||
|
|||||||
Reference in New Issue
Block a user