Files
push-adyen-collections-to-p…/action.yml
2023-02-13 14:24:32 +01:00

13 lines
325 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: 'dist/index.js'