diff --git a/.forgejo/workflows/preview.yaml b/.forgejo/workflows/preview.yaml index 9d701a8..9a2ba54 100644 --- a/.forgejo/workflows/preview.yaml +++ b/.forgejo/workflows/preview.yaml @@ -10,8 +10,8 @@ jobs: steps: - name: Environment setup run: | - apk add git ikiwiki po4a perl-yaml-tiny tree nodejs jq coreutils - echo "GITHUB_PR_NAME=$(curl -s https://ayakael.net/api/v1/repos/forge/ayakael.net/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':')" >> $GITHUB_ENV + apk add git ikiwiki po4a perl-yaml-tiny tree nodejs jq coreutils curl + echo "GITHUB_PR_NAME=$(curl -s ${{ github.api_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':')" >> $GITHUB_ENV - name: Repo pull uses: actions/checkout@v4 with: