From b97c979ed274402051eda0d00f1b2ff7520f737a Mon Sep 17 00:00:00 2001 From: IkiWiki Date: Sun, 25 Aug 2024 21:29:02 -0400 Subject: [PATCH] forgejo-ci: test --- .forgejo/workflows/preview.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/preview.yaml b/.forgejo/workflows/preview.yaml index 235393c..e641798 100644 --- a/.forgejo/workflows/preview.yaml +++ b/.forgejo/workflows/preview.yaml @@ -12,6 +12,7 @@ jobs: run: | apk add git ikiwiki po4a perl-yaml-tiny tree nodejs jq coreutils curl echo "GITHUB_PR_NAME=$(curl -s ${{ github.server_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':')" >> $GITHUB_ENV + echo "curl -s ${{ github.server_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':'" - name: Repo pull uses: actions/checkout@v4