1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01:00
This commit is contained in:
Alex Tran 2022-10-06 15:48:38 -05:00
parent fdac5af5ee
commit 0e3fb41e73
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

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