1
0
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:
Luis Pérez 2020-12-17 21:33:25 -06:00
parent c034ab78c3
commit 15b281ecb7

View File

@ -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