diff --git a/.forgejo/workflows/preview.yaml b/.forgejo/workflows/preview.yaml index 8294322..a8a88bf 100644 --- a/.forgejo/workflows/preview.yaml +++ b/.forgejo/workflows/preview.yaml @@ -12,7 +12,8 @@ jobs: run: | 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 - curl -s ${{ github.api_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':' + + echo "curl -s ${{ github.api_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':'" - name: Repo pull uses: actions/checkout@v4 with: