Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d0ea93aab |
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ jobs:
|
|||||||
- name: Webhook
|
- name: Webhook
|
||||||
uses: zzzze/webhook-trigger@master
|
uses: zzzze/webhook-trigger@master
|
||||||
with:
|
with:
|
||||||
data: "{\"text\":\"cake-addresses build succeeded\"}"
|
data: "{\"text\":\"${{ gitea.repository }} build succeeded 🎉\"}"
|
||||||
webhook_url: "https://chat.ops.hipowered.dev/hooks/697436db05042b4dd9cce240/hZCMq7jCPqHprKFcWp3v49wsf4MaN6caWdh7F8iXiSyr6Ts9"
|
webhook_url: ${{ secrets.BUILD_STATUS_NOTIFY_WEBHOOK_URL }}
|
||||||
options: "-H \"Content-Type: application/json\""
|
options: "-H \"Content-Type: application/json\""
|
||||||
|
|
||||||
on-failure:
|
on-failure:
|
||||||
@@ -26,6 +26,6 @@ jobs:
|
|||||||
- name: Webhook
|
- name: Webhook
|
||||||
uses: zzzze/webhook-trigger@master
|
uses: zzzze/webhook-trigger@master
|
||||||
with:
|
with:
|
||||||
data: "{\"text\":\"cake-addresses build failed\"}"
|
data: "{\"text\":\"${{ gitea.repository }} build failed 🔎\"}"
|
||||||
webhook_url: "https://chat.ops.hipowered.dev/hooks/697436db05042b4dd9cce240/hZCMq7jCPqHprKFcWp3v49wsf4MaN6caWdh7F8iXiSyr6Ts9"
|
webhook_url: ${{ secrets.BUILD_STATUS_NOTIFY_WEBHOOK_URL }}
|
||||||
options: "-H \"Content-Type: application/json\""
|
options: "-H \"Content-Type: application/json\""
|
||||||
|
|||||||
Reference in New Issue
Block a user