mirror of https://github.com/certd/certd
chore:
parent
5db5607faa
commit
c26d3e9c38
|
@ -75,7 +75,7 @@ jobs:
|
|||
script: |
|
||||
const fs = require('fs');
|
||||
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({
|
||||
url: webhook,
|
||||
method: 'POST',
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
script: |
|
||||
const fs = require('fs');
|
||||
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({
|
||||
url: webhook,
|
||||
method: 'POST',
|
||||
|
|
|
@ -1 +1 @@
|
|||
23:16
|
||||
1
|
||||
|
|
Loading…
Reference in New Issue