mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
AppVeyor: Webhook test
This commit is contained in:
16
appveyor.yml
16
appveyor.yml
@@ -52,4 +52,18 @@ deploy:
|
||||
on:
|
||||
branch: master
|
||||
configuration: Release
|
||||
appveyor_repo_tag: true
|
||||
appveyor_repo_tag: true
|
||||
notifications:
|
||||
- provider: Webhook
|
||||
url:
|
||||
secure: i/og7KzkpbcWcKoUubrLH+KB6bkfqA55FHUlGxLepLljRFwfwXnhjEgreCskKclaXXPVKI0JycqA8khnDN2vpTjW8IShuUQwDLDmpWCK5jFtxblS0NTtVLhpypCe2RMAnx4zlw0NnWcWebxhoYNE4FXSOtcpYKGZwUE8V2MEV+w=
|
||||
method: POST
|
||||
body: >-
|
||||
{
|
||||
"avatar_url": "https://www.appveyor.com/assets/img/appveyor-logo-256.png",
|
||||
"username": "AppVeyor",
|
||||
"content": "[{{repositoryName}}:{{branch}}] {{commitId}} {{commitMessage}} - {{committerName}} / {{status}} {{buildUrl}}"
|
||||
}
|
||||
on_build_success: true
|
||||
on_build_failure: true
|
||||
on_build_status_changed: false
|
||||
Reference in New Issue
Block a user