1
0
Fork 0
forked from ilot/ilot-io

forgejo: use GitHub checkout

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 }}

View file

@ -18,7 +18,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
- name: Repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
- name: Website upload

View file

@ -13,12 +13,12 @@ jobs:
run: |
apk add git ikiwiki po4a perl-yaml-tiny tree nodejs
- name: Repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.PAGES_TOKEN }}
- name: Public repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
ref: public

View file

@ -18,7 +18,7 @@ jobs:
fetch-depth: 1
token: ${{ secrets.PAGES_TOKEN }}
- name: Public repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
ref: public