pull/148/head
xiaojunnuo 2024-07-26 23:38:51 +08:00
parent 5db5607faa
commit c26d3e9c38
3 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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',

View File

@ -1 +1 @@
23:16 1