Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix: Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Haas committed Aug 8, 2024
1 parent 9afdb59 commit f1d381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 https://github.com/ionic-team/stencil.git
run: git remote add upstream git@github.com:ionic-team/stencil.git

- name: Fetch original repository tags
run: git fetch upstream --tags
Expand Down

0 comments on commit f1d381b

Please sign in to comment.