Files
adyen-openapi/.github/workflows/generatePostman.yml
Julien Lengrand-Lambert 83dba671b1 No TTY
2023-01-30 21:39:24 +01:00

15 lines
447 B
YAML

name: Notify libraries
on: push
jobs:
generatePostman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: addnab/docker-run-action@v3
with:
image: gcatanese/openapi-generator-postman-v2
options: -v ${{ github.workspace }}:/usr/src/app -i
run: generate -i json/CheckoutService-v69.json -o CheckoutService-v69.postman
# - uses: stefanzweifel/git-auto-commit-action@v4