mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
fixing syntax errors
This commit is contained in:
parent
c034ab78c3
commit
15b281ecb7
4
.github/workflows/sync-workflow.yml
vendored
4
.github/workflows/sync-workflow.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
|||||||
upstream_repository: panr/hugo-theme-hello-friend
|
upstream_repository: panr/hugo-theme-hello-friend
|
||||||
upstream_branch: master
|
upstream_branch: master
|
||||||
target_branch: master
|
target_branch: master
|
||||||
git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
|
git_pull_args: --ff-only
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Check for new commits
|
- name: Check for new commits
|
||||||
if: steps.sync.outputs.has_new_commits
|
if: steps.sync.outputs.has_new_commits
|
||||||
|
Loading…
Reference in New Issue
Block a user