mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-01-31 12:35:45 +00:00
Temporary disabled auto updater until it will be fixed
This commit is contained in:
parent
d5f17425b4
commit
dfb928b65f
4
.github/workflows/pr-from-upstream.yml
vendored
4
.github/workflows/pr-from-upstream.yml
vendored
|
@ -3,8 +3,8 @@ name: "Sync with Upstream and Create PR"
|
|||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
|
||||
# schedule:
|
||||
# - cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
|
||||
|
||||
jobs:
|
||||
upstream-sync:
|
||||
|
|
4
update_from_upstream.sh
Executable file
4
update_from_upstream.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
git fetch https://github.com/flathub/net.rpcs3.RPCS3 master # Fetch the latest changes from the remote master branch
|
||||
git merge FETCH_HEAD # Merge the fetched changes into your current branch
|
Loading…
Reference in a new issue