Fijxu
f5b6621a10
Some checks failed
Checkout Remote Repository / checkout-repo (push) Failing after 44s
16 lines
No EOL
386 B
YAML
16 lines
No EOL
386 B
YAML
name: Checkout Remote Repository
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
checkout-repo:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code from a specific repository and branch
|
|
uses: actions/checkout@v4
|
|
with:
|
|
github-server-url: 'https://github.com'
|
|
repository: iv-org/invidious # Replace with the repository you want to checkout |