update upstream CI
This commit is contained in:
parent
496601100f
commit
1325cdd48f
|
@ -16,7 +16,8 @@ jobs:
|
|||
|
||||
- name: Pull upstream
|
||||
run: |
|
||||
git pull --rebase=false https://github.com/void-linux/void-packages
|
||||
git remote add upstream https://github.com/void-linux/void-packages
|
||||
git pull --rebase upstream master
|
||||
|
||||
- name: Commit
|
||||
if: ${{ steps.changed.outputs.all_changed_files != '' }}
|
||||
|
|
Loading…
Reference in New Issue