Files
push-adyen-collections-to-p…/action.yml
Julien Lengrand-Lambert 75940ddc36 Adding workspace ID
2023-03-07 15:28:09 +01:00

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'