We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df0a535 + fa548f0 commit 74fab8cCopy full SHA for 74fab8c
1 file changed
webhook.go
@@ -79,7 +79,8 @@ func webhook(w http.ResponseWriter, r *http.Request) {
79
build := Build{
80
RepoID: repo.ID,
81
Matrix: fmt.Sprintf(
82
- `"PRREPO=%s PRSHA=%s"`,
+ `"PROJECT=%s PRREPO=%s PRSHA=%s"`,
83
+ *pr.Base.User.Login,
84
*pr.Head.Repo.CloneURL,
85
*pr.Head.SHA,
86
),
0 commit comments