Files
push-adyen-collections-to-p…/action.yml
Julien Lengrand-Lambert 0206814206 Moving to path instead
2023-03-09 17:12:03 +01:00

15 lines
461 B
YAML

name: 'Push Adyen Collections to Postman '
description: 'Takes the list of changed files and pushes them to Postman in the given workspace, by either updating or creating new collections.'
inputs:
postman-key:
description: 'Postman API Key'
required: true
workspace-id:
description: 'Postman Workspace ID'
required: true
path-to-process:
description: 'Path to process'
required: true
runs:
using: 'node16'
main: 'dist/index.js'