.drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rulrich 2024-03-12 08:43:09 +01:00
parent c0c31c95db
commit f96995baed

View file

@ -74,7 +74,7 @@ steps:
content_type: application/json content_type: application/json
template: | template: |
{ {
"owner": "{{ repo.owner }}", "owner": "$DRONE_REPO_OWNER",
"repo": "{{ repo.name }}", "repo": "$DRONE_REPO_NAME",
"status": "{{ build.status }}", "status": "$DRONE_BUILD_STATUS",
} }