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