Skip to content

Commit b592429

Browse files
author
niuweili
committed
Merge branch 'f-dingtalk-alert' into test
2 parents 77f1dee + a09d7c8 commit b592429

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: https://registry.npmjs.org/
20+
- run: npm cache clean --force
2021
- run: npm ci
2122
- run: npm publish
2223
env:

.github/workflows/prod-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: https://registry.npmjs.org/
20+
- run: npm cache clean --force
2021
- run: npm ci
2122
- run: npm run upload
2223
env:

src/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** ⬇️⬇️⬇️⬇️ 告警集成 ⬇️⬇️⬇️⬇️ */
22
import CustomAlert from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.0 Standard Alert Integration.md?raw";
33
import Email from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.1 Email Integration.md?raw";
4-
import N9e from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.2 Nightingale or Flashcat Integration.md?raw";
4+
import N9e from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.2 Nightingale or FlashCat Integration.md?raw";
55
import Prometheus from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.3 Prometheus Integration.md?raw";
66
import Grafana from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.4 Grafana Integration.md?raw";
77
import Zabbix from "../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.5 Zabbix Integration.md?raw";

0 commit comments

Comments
 (0)