diff --git a/.forgejo/workflows/cargo_test.yml b/.forgejo/workflows/cargo_test.yml index 6418311..0962347 100644 --- a/.forgejo/workflows/cargo_test.yml +++ b/.forgejo/workflows/cargo_test.yml @@ -17,6 +17,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 with: + github-server-url: https://git.smgames.club repository: ${{ forgejo.repository }} - name: Cache dependencies