update upstream CI

This commit is contained in:
Luca Bilke 2024-05-21 22:21:46 +02:00
parent 3ef2138339
commit ce0fc71238
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 2 additions and 1 deletions

View File

@ -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 != '' }}