Files
push-adyen-collections-to-p…/action.yml
Julien Lengrand-Lambert c3f9817acc Creating action.yml.
Not doing much just yet.
2023-02-13 14:21:18 +01:00

13 lines
320 B
YAML

name: 'Push Adyen Collections to Postman '
description: 'Greet someone and record the time'
inputs:
who-to-greet: # id of input
description: 'Who to greet'
required: true
default: 'World'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node16'
main: 'index.js'