From 5e3721fc1956b4f1d9f485401fd965501f2fd35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20P=C3=A9rez?= Date: Thu, 17 Dec 2020 20:44:36 -0600 Subject: [PATCH] fixing upstream url --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 11ad9f2b..f92c2ce8 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions-registry/gitHub-repo-sync-upstream@v0.0.1 with: - source_repo: https://github.com/mail-in-a-box/mailinabox + source_repo: https://github.com/mail-in-a-box/mailinabox.git source_branch: master destination_branch: master