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

This commit is contained in:
XargonWan 2025-01-04 21:48:03 +09:00
parent 50a0759042
commit 088cb526b3
2 changed files with 6 additions and 2 deletions

View file

@ -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
View 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