1
0
Fork 0
forked from ilot/ilot-io

forgejo: use GitHub checkout, missing

This commit is contained in:
Antoine Martin 2024-09-08 16:08:10 -04:00
parent 141b4c277b
commit c41eac465c
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -13,7 +13,7 @@ jobs:
apk add git ikiwiki po4a perl-yaml-tiny tree nodejs jq coreutils curl
echo "GITHUB_PR_NAME=$(curl -Ls ${{ github.server_url }}/api/v1/repos/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':' | tr -d '"' | tr '[:upper:]' '[:lower:]' | tr '/' '-')" >> $GITHUB_ENV
- name: Repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.PAGES_TOKEN }}