mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-19 02:42:15 +00:00
modify workflow in upstream
This commit is contained in:
parent
15b281ecb7
commit
04e475ab2f
9
.github/workflows/sync-workflow.yml
vendored
9
.github/workflows/sync-workflow.yml
vendored
@ -2,7 +2,8 @@
|
||||
name: Fork Sync with Upstream
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 7 * * 1,4'
|
||||
- cron: '0 20 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync_with_upstream:
|
||||
@ -18,11 +19,11 @@ jobs:
|
||||
id: sync
|
||||
uses: aormsby/Fork-Sync-With-Upstream-action@v2.0
|
||||
with:
|
||||
upstream_repository: panr/hugo-theme-hello-friend
|
||||
upstream_repository: mail-in-a-box/mailinabox
|
||||
upstream_branch: master
|
||||
target_branch: master
|
||||
target_branch: upstream
|
||||
git_pull_args: --ff-only
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.G_TOKEN }}
|
||||
|
||||
- name: Check for new commits
|
||||
if: steps.sync.outputs.has_new_commits
|
||||
|
Loading…
Reference in New Issue
Block a user