From 985e478a5775a674b957033d7418357334d741d0 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 17 Sep 2024 18:41:29 +0200 Subject: [PATCH] test --- .forgejo/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pull_request.yml b/.forgejo/workflows/pull_request.yml index b665c8b..9b6e6a4 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -33,7 +33,7 @@ jobs: curl -vvv -X POST \ -H "Authorization: token ${GITHUB_TOKEN}" \ -H "Content-Type: application/json" \ - -d '{"body": "${{ output }}"}' \ + -d '{"body": "$output"}' \ "${{ env.GITHUB_SERVER_URL }}/api/v1/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" - name: GIT commit and push all changed files env: