mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Merge pull request #728 from thornbill/fix-rebase-origin
Specify origin for unstable workflow rebase
This commit is contained in:
commit
5046685f0e
2
.github/workflows/sdk-unstable-branch.yaml
vendored
2
.github/workflows/sdk-unstable-branch.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
|
||||
- name: Update unstable branch from master
|
||||
run: git rebase master
|
||||
run: git rebase origin/master
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user