mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
18 lines
435 B
YAML
18 lines
435 B
YAML
name: 'Push Adyen Collections to Postman '
|
|
description: 'Greet someone and record the time'
|
|
inputs:
|
|
postman-key:
|
|
description: 'Postman API Key'
|
|
required: true
|
|
workspace-id:
|
|
description: 'Postman Workspace ID'
|
|
required: true
|
|
files-changed:
|
|
description: 'Files changed'
|
|
required: true
|
|
outputs:
|
|
time: # id of output
|
|
description: 'The time we greeted you'
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js' |