Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ab46259

Browse files
hotfix: master has been renamed to main therefore, pr cannot be created (#1168)
1 parent 8f3ec87 commit ab46259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cloud/functions/src/watch/publish/github/utils/github-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Here are the recent changes you made to your slides on [DeckDeckGo](https://deck
146146

147147
const query = `
148148
mutation CreatePullRequest {
149-
createPullRequest(input:{baseRefName:"master",body:"${body}",headRefName:"${branch}",repositoryId:"${repositoryId}",title:"${title}"}) {
149+
createPullRequest(input:{baseRefName:"main",body:"${body}",headRefName:"${branch}",repositoryId:"${repositoryId}",title:"${title}"}) {
150150
pullRequest {
151151
id
152152
}

0 commit comments

Comments
 (0)