suite3
Some checks failed
Main Build Process / Build & Test (pull_request) Failing after 11m49s
dotnet package / build (8.0.x) (push) Successful in 1m14s

This commit is contained in:
2024-08-26 16:29:17 +02:00
parent 8e6262d4d5
commit 96bc3c546a

View File

@@ -70,11 +70,13 @@ jobs:
REPO_OWNER: mcmuzzle
REPO_NAME: LittleTown
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
COMMENT_CONTENT=$(cat code-coverage-results.md)
curl -X POST \
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
-d '{"body": "Merci pour votre contribution !"}' \
-d "{\"body\": \"${COMMENT_CONTENT}\"}" \
${GITEA_URL}/api/v1/repos/${REPO_OWNER}/${REPO_NAME}/issues/${PR_NUMBER}/comments
- name: Upload Test Result Files