test123/.forgejo/workflows/test.yaml
Fijxu f5b6621a10
Some checks failed
Checkout Remote Repository / checkout-repo (push) Failing after 44s
Update .forgejo/workflows/test.yaml
2024-03-31 21:58:12 -03:00

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