From 425f0d878d804815f97fbf06102b96985ed1bebf Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 00:10:18 -0500 Subject: [PATCH] add build complete message to be sent back to the pr --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 10d98a8..61e6156 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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