Merge pull request #728 from thornbill/fix-rebase-origin

Specify origin for unstable workflow rebase
This commit is contained in:
Bill Thornton 2024-07-01 12:29:42 -04:00 committed by GitHub
commit 5046685f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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