mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Add untracked files in unstable updates
This commit is contained in:
parent
5171675bf7
commit
f4557ef1d9
2
.github/workflows/sdk-unstable-branch.yaml
vendored
2
.github/workflows/sdk-unstable-branch.yaml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
- name: Commit changes
|
||||
continue-on-error: true
|
||||
run: |
|
||||
! git diff --exit-code && git commit --all --amend -m "Update OpenAPI to unstable"
|
||||
! git diff --exit-code && git add --all && git commit --amend -m "Update OpenAPI to unstable"
|
||||
|
||||
- name: Push changes
|
||||
run: git push --force origin openapi-unstable
|
||||
|
Loading…
Reference in New Issue
Block a user