.drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c0c31c95db
commit
f96995baed
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue