mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
fixed
This commit is contained in:
5
.github/workflows/openapi-generator.yml
vendored
5
.github/workflows/openapi-generator.yml
vendored
@@ -13,8 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout your code
|
# Checkout your code
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user