From f96995baed0447e3434c7539da9e7ad82f5fa8d8 Mon Sep 17 00:00:00 2001 From: rulrich Date: Tue, 12 Mar 2024 08:43:09 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5852222..97d5cb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,7 +74,7 @@ steps: content_type: application/json template: | { - "owner": "{{ repo.owner }}", - "repo": "{{ repo.name }}", - "status": "{{ build.status }}", + "owner": "$DRONE_REPO_OWNER", + "repo": "$DRONE_REPO_NAME", + "status": "$DRONE_BUILD_STATUS", } \ No newline at end of file