Skip to content

Commit

Permalink
Merge pull request #14 from jmetz/staging
Browse files Browse the repository at this point in the history
Switched GHA branch back to staging in notify function
  • Loading branch information
jmetz authored Dec 8, 2023
2 parents 46e7152 + 28697f2 commit e287531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/notify_ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async (event, context) => {
method: "POST",
headers: headers,
body: JSON.stringify({
'ref': 'uploader-object',
'ref': 'staging',
'inputs':{
//'status_url': data.status_url,
'model_nickname': data.model_nickname,
Expand Down

0 comments on commit e287531

Please sign in to comment.