e
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@ name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
|
||||
steps:
|
||||
- name: send
|
||||
image: plugins/webhook
|
||||
@@ -12,8 +12,8 @@ steps:
|
||||
content_type: application/json
|
||||
template: |
|
||||
{
|
||||
"repo": "{{ repo.link }}",
|
||||
"branch": "branch"
|
||||
"repo": "{{ repo.name }}",
|
||||
"owner": "{{ repo.owner }}"
|
||||
}
|
||||
|
||||
#- name: electron-build
|
||||
|
||||
Reference in New Issue
Block a user