Skip to content

Commit

Permalink
Merge branch 'enhance/build-sender-id' of github.com:go-vela/server i…
Browse files Browse the repository at this point in the history
…nto feat/oidc-provider
  • Loading branch information
plyr4 committed Jun 4, 2024
2 parents a04a62f + 82c8578 commit 3d50f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build/restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func RestartBuild(c *gin.Context) {
return
}

// set sender to the user who initiated the restart and
// set sender to the user who initiated the restart
b.SetSender(cl.Subject)

// fetch scm user id
Expand Down

0 comments on commit 3d50f56

Please sign in to comment.