mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore:
This commit is contained in:
@@ -75,7 +75,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const http = require('axios');
|
const http = require('axios');
|
||||||
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG:
|
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG";
|
||||||
await http({
|
await http({
|
||||||
url: webhook,
|
url: webhook,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const http = require('axios');
|
const http = require('axios');
|
||||||
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG:
|
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG"
|
||||||
await http({
|
await http({
|
||||||
url: webhook,
|
url: webhook,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
23:16
|
1
|
||||||
|
|||||||
Reference in New Issue
Block a user