Update .forgejo/workflows/test.yaml
Some checks failed
Checkout Remote Repository / checkout-repo (push) Failing after 44s
Some checks failed
Checkout Remote Repository / checkout-repo (push) Failing after 44s
This commit is contained in:
parent
2b6364b867
commit
f5b6621a10
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code from a specific repository and branch
|
- name: Checkout code from a specific repository and branch
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
github-server-url: 'https://github.com'
|
github-server-url: 'https://github.com'
|
||||||
repository: iv-org/invidious # Replace with the repository you want to checkout
|
repository: iv-org/invidious # Replace with the repository you want to checkout
|
Loading…
Reference in a new issue