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

This commit is contained in:
2023-07-27 21:33:01 +02:00
parent 0ea28586ed
commit 69cb849ef0
+5
View File
@@ -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