org.DolphinEmu.dolphin-emu/.github/workflows/pr-from-upstream.yml
XargonWan 088cb526b3
Some checks are pending
Build Artifacts for RetroDECK main manifest / build-project (push) Waiting to run
Temporary disabled auto updater until it will be fixed
2025-01-04 21:48:03 +09:00

13 lines
344 B
YAML

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)
jobs:
upstream-sync:
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
secrets:
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}