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:
Michael Paul
2022-07-19 13:55:16 +02:00
committed by GitHub
parent 95d4894cab
commit b1f58c3ab1
3 changed files with 36 additions and 29 deletions

View File

@@ -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