We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9d9cc commit 6350e21Copy full SHA for 6350e21
.github/workflows/tools.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout
33
run: |
34
git init
35
- git remote add origin ${{ github.server_url }}
+ git remote add origin ${{ github.server_url }}/${{ github.repository }}
36
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ${{ github.ref }}
37
git checkout --force ${{ github.ref }}
38
0 commit comments