ci: add GitHub Actions workflow for syncing

This commit is contained in:
ihmily 2024-10-02 17:04:49 +08:00
parent 76405aa896
commit 4978e4f917

View File

@ -40,7 +40,7 @@ jobs:
# REQUIRED 'target_repo_token' exactly like this!
target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set
upstream_sync_branch: main
upstream_sync_repo: aormsby/Fork-Sync-With-Upstream-action
upstream_sync_repo: ihmily/DouyinLiveRecorder
# Set test_mode true during manual dispatch to run tests instead of the true action!!
test_mode: ${{ inputs.sync_test_mode }}