diff --git a/.forgejo/workflows/try.yaml b/.forgejo/workflows/try.yaml index 50d4867..2056cc6 100644 --- a/.forgejo/workflows/try.yaml +++ b/.forgejo/workflows/try.yaml @@ -19,4 +19,4 @@ jobs: - name: install git run: apk --no-interactive --no-cache add git - name: get repo - run: git clone ${{ github.repository }} \ No newline at end of file + run: git clone ${{ github.server_url }}/${{ github.repository }} \ No newline at end of file