diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index ca4dd70..3ff577c 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -12,5 +12,6 @@ jobs: - name: Checkout code from a specific repository and branch uses: actions/checkout@v3 with: - repository: https://github.com/iv-org/invidious # Replace with the repository you want to checkout + github-server-url: 'https://github.com' + repository: iv-org/invidious # Replace with the repository you want to checkout ref: master # Replace with the branch you want to checkout \ No newline at end of file