mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
15 lines
447 B
YAML
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 |