Sync with Upstream and Create PR #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Check failure on line 11 in .github/workflows/pr-from-upstream.yml GitHub Actions / Sync with Upstream and Create PRInvalid workflow file
|