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