mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
15 lines
461 B
YAML
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' |