.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
|
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",
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue