Skip to content

Commit 6f8eaba

Browse files
committed
Actions (Tangled Mirror): Try different repository url path for checkout
1 parent 3e41e7b commit 6f8eaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tangled-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# git lfs install
2222

2323
- name: Checkout Repo
24-
run: git clone --mirror ${{ github.repositoryUrl }}
24+
run: git clone --mirror $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git
2525

2626
- name: Add Tangled Remote
2727
run: git remote add tangled $TANGLED_REPO_URL

0 commit comments

Comments
 (0)