Skip to content

Commit 5252ede

Browse files
committed
Use new function URL
1 parent d7b618b commit 5252ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/payload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function calculatePayloadDiff(database: any, currentSha: string, currentPa
9999
*/
100100
async function updateGithubStatus(commitSha: string, payloadDiff: number, authToken: string) {
101101
const options = {
102-
url: 'https://us-central1-material2-dashboard.cloudfunctions.net/payloadGithubStatus',
102+
url: 'https://us-central1-material2-board.cloudfunctions.net/payloadGithubStatus',
103103
headers: {
104104
'User-Agent': 'Material2/PayloadTask',
105105
'auth-token': authToken,

0 commit comments

Comments
 (0)