Skip to content

Commit aa25b0d

Browse files
committed
Merge branch 'development' into talkback-prototyping
2 parents f67d64b + 0781195 commit aa25b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/services/GithubWorkflowService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const createGithubWorkflow = async ({ job, directory, gitSha, atVersion }) => {
194194
'X-GitHub-Api-Version': '2022-11-28'
195195
},
196196
data: JSON.stringify({
197-
ref: 'self-hosted',
197+
ref: 'main',
198198
inputs
199199
}),
200200
validateStatus: () => true,

0 commit comments

Comments
 (0)