mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-27 00:01:19 +00:00
Merge pull request #775 from thornbill/check-untracked-changes
Fix checking for changes in untracked files
This commit is contained in:
commit
15c3aee2b4
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 add --all && git commit --amend -m "Update OpenAPI to unstable"
|
||||
[[ -n $(git status --porcelain) ]] && 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