forgejo: use GitHub checkout
Some checks failed
/ preview (pull_request) Failing after 15s

This commit is contained in:
Antoine Martin 2024-09-08 16:06:21 -04:00
parent d80dc429a1
commit 141b4c277b
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
4 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ jobs:
run: |
apk add git nodejs jq coreutils curl tree gawk grep
- name: Public repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAGES_TOKEN }}