Skip to content

Commit 0781195

Browse files
authored
Switch github workflow service back to main (#1458)
1 parent fc4b299 commit 0781195

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)