From 85c43df997d34bec2c04591b00bcf00c6d3c0c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20P=C3=A9rez?= Date: Thu, 17 Dec 2020 21:46:24 -0600 Subject: [PATCH] modify branch --- .github/workflows/sync-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-workflow.yml b/.github/workflows/sync-workflow.yml index 5d50f3df..4cf90d10 100644 --- a/.github/workflows/sync-workflow.yml +++ b/.github/workflows/sync-workflow.yml @@ -21,7 +21,7 @@ jobs: with: upstream_repository: mail-in-a-box/mailinabox upstream_branch: master - target_branch: upstream + target_branch: master git_pull_args: --ff-only github_token: ${{ secrets.G_TOKEN }}