remove old pull-upstream step
This commit is contained in:
parent
724a8ff600
commit
6a7ab81435
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue