From 689adaac147a019ec94509069ea33008815828f1 Mon Sep 17 00:00:00 2001 From: Thilo Haas Date: Thu, 8 Aug 2024 14:09:16 +0200 Subject: [PATCH] fix: Update github workflow --- .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 19962416a62..1c6c36525b4 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -31,7 +31,7 @@ jobs: run: echo "::set-output name=latest_tag::$(git describe --tags $(git rev-list --tags --max-count=1))" - name: Add original repository as remote - run: git remote add upstream git@github.com:ionic-team/stencil.git + run: git remote add upstream https://github.com/ionic-team/stencil.git - name: Fetch original repository tags run: git fetch upstream --tags