add build complete message to be sent back to the pr
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 00:10:18 -05:00
parent 85c7e6e0f9
commit 425f0d878d

View File

@ -30,7 +30,7 @@ steps:
- 'curl -sL -X POST -H "Authorization: token $GITEA_TOKEN" \
-H "Content-type: application/json" \
https://gitea.thezengarden.net/api/v1/repos/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}/issues/${DRONE_PULL_REQUEST}/comments \
-d "{\"body\": \"giraffe butt\"}"'
-d "{\"body\": \"Build complete and successful for $DRONE_REPO_NAME\"}"'
when:
event:
- pull_request