mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
PW-6881: Generate more models (#915)
* PW-6881: Base generation on checked out branch * Base the new PR on the current PR's branch * PW-6881: Set base on checkout * PW-6881: Generate Stored Value models * PW-6881: Permission issue * PW-6881: Run container without root * PW-6881: Supporting files are required * PW-6881: Remove debugging event * PW-6881: Add POS Terminal Management * PW-6881: Add Classic integration * PW-6881: Generate Recurring models * Update README.md Co-authored-by: Wouter Boereboom <62436079+wboereboom@users.noreply.github.com>
This commit is contained in:
9
.github/workflows/models.yml
vendored
9
.github/workflows/models.yml
vendored
@@ -7,14 +7,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: Generate Models
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
- name: Generate models
|
||||
run: make models
|
||||
- name: Overwrite current models
|
||||
run: |
|
||||
rm -rf src/typings/checkout
|
||||
cp -r build/model src/typings/checkout
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
@@ -26,4 +21,4 @@ jobs:
|
||||
title: Update models
|
||||
body: OpenAPI spec or templates produced new models.
|
||||
add-paths: |
|
||||
src/typings/checkout
|
||||
src/typings
|
||||
|
||||
Reference in New Issue
Block a user