Update .forgejo/workflows/pull-upstream.yaml

This commit is contained in:
Luca Bilke 2024-05-21 22:39:30 +02:00 committed by Luca Bilke
parent ce0fc71238
commit 0a42bed955
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Pull upstream - name: Pull upstream
run: | run: |
git remote add upstream https://github.com/void-linux/void-packages git remote add upstream https://github.com/void-linux/void-packages
git pull --rebase upstream master git pull --rebase=merges upstream master
- name: Commit - name: Commit
if: ${{ steps.changed.outputs.all_changed_files != '' }} if: ${{ steps.changed.outputs.all_changed_files != '' }}