Update .forgejo/workflows/test.yaml
Some checks failed
Checkout Remote Repository / checkout-repo (push) Failing after 38s
Some checks failed
Checkout Remote Repository / checkout-repo (push) Failing after 38s
This commit is contained in:
parent
9d930ebab4
commit
23f8936c19
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue