mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
Fixed
This commit is contained in:
parent
f9af61a5ca
commit
6804e3dc73
7
.github/workflows/openapi-generator.yml
vendored
7
.github/workflows/openapi-generator.yml
vendored
@ -14,10 +14,6 @@ jobs:
|
|||||||
# Checkout your code
|
# Checkout your code
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
run: |
|
|
||||||
git config --global init.defaultBranch main
|
|
||||||
git config --global user.email "immichbot@immich.app"
|
|
||||||
git config --global user.name "Immich Bot"
|
|
||||||
|
|
||||||
# Use the action to generate a client package
|
# Use the action to generate a client package
|
||||||
# This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.
|
# This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.
|
||||||
@ -31,6 +27,9 @@ jobs:
|
|||||||
# Do something with the generated client (likely publishing it somewhere)
|
# Do something with the generated client (likely publishing it somewhere)
|
||||||
- name: Do something with the client
|
- name: Do something with the client
|
||||||
run: |
|
run: |
|
||||||
|
git config --global init.defaultBranch main
|
||||||
|
git config --global user.email "immichbot@immich.app"
|
||||||
|
git config --global user.name "Immich Bot"
|
||||||
cd typescript-axios-client
|
cd typescript-axios-client
|
||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user