forgejo-ci: use default actions
All checks were successful
/ render (push) Successful in 40s

This commit is contained in:
Antoine Martin 2024-09-10 07:42:56 -04:00
parent c8e8d68070
commit f9017d5921
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
3 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: https://github.com/actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAGES_TOKEN }}