remove old pull-upstream step

This commit is contained in:
Luca Bilke 2024-05-22 13:54:16 +02:00
parent 724a8ff600
commit 6a7ab81435
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 0 additions and 9 deletions

View File

@ -21,14 +21,5 @@ jobs:
upstream_sync_repo: https://github.com/void-linux/void-packages
upstream_repo_access_token: ${{ secrets.API_TOKEN_GITHUB }}
- name: Commit
if: ${{ steps.changed.outputs.all_changed_files != '' }}
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
with:
commit_user_name: "Johnny5"
commit_user_email: "bot@snaile.de"
commit_author: "Johnny5 <bot@snaile.de>"
commit_message: "Pull upstream"
- name: Print status
run: echo ${{ steps.sync.outputs.has_new_commits }}