suite3
This commit is contained in:
@@ -70,11 +70,13 @@ jobs:
|
|||||||
REPO_OWNER: mcmuzzle
|
REPO_OWNER: mcmuzzle
|
||||||
REPO_NAME: LittleTown
|
REPO_NAME: LittleTown
|
||||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
|
COMMENT_CONTENT=$(cat code-coverage-results.md)
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||||
-H "Content-Type: application/json" \
|
-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
|
${GITEA_URL}/api/v1/repos/${REPO_OWNER}/${REPO_NAME}/issues/${PR_NUMBER}/comments
|
||||||
|
|
||||||
- name: Upload Test Result Files
|
- name: Upload Test Result Files
|
||||||
|
|||||||
Reference in New Issue
Block a user