mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-01-19 04:05:39 +00:00
Temporary disabled auto updater until it will be fixed
Some checks are pending
Build Artifacts for RetroDECK main manifest / build-project (push) Waiting to run
Some checks are pending
Build Artifacts for RetroDECK main manifest / build-project (push) Waiting to run
This commit is contained in:
parent
50a0759042
commit
088cb526b3
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/org.DolphinEmu.dolphin-emu 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