Skip to content

Commit 6350e21

Browse files
committed
again
1 parent ab9d9cc commit 6350e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
run: |
3434
git init
35-
git remote add origin ${{ github.server_url }}
35+
git remote add origin ${{ github.server_url }}/${{ github.repository }}
3636
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ${{ github.ref }}
3737
git checkout --force ${{ github.ref }}
3838

0 commit comments

Comments
 (0)