diff --git a/dist/index.js b/dist/index.js index 037e2c0..83ff28b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5561,7 +5561,7 @@ function run() { else { console.log(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`); // https://e4d72d1ac25b298ee85e9b6408402420.m.pipedream.net - response = yield axios_1.default.post(`https://e4d72d1ac25b298ee85e9b6408402420.m.pipedream.net`, { + response = yield axios_1.default.post(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`, { artifact_url: unsignedUrl, pages_build_version: process.env['GITHUB_SHA'] }, { diff --git a/src/upload-artifact.ts b/src/upload-artifact.ts index 021a217..e419150 100644 --- a/src/upload-artifact.ts +++ b/src/upload-artifact.ts @@ -85,7 +85,7 @@ async function run(): Promise { } else { console.log(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`) // https://e4d72d1ac25b298ee85e9b6408402420.m.pipedream.net - response = await axios.post(`https://e4d72d1ac25b298ee85e9b6408402420.m.pipedream.net`, { + response = await axios.post(`https://api.github.com/repos/${process.env['GITHUB_REPOSITORY']}/pages/deployment`, { artifact_url: unsignedUrl, pages_build_version: process.env['GITHUB_SHA'] }, {