Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: return revision from getGitGeneratorInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Reinier Timmer <reinier.timmer@ah.nl>
  • Loading branch information
reiniertimmer committed Mar 9, 2022
1 parent 8ac5f6f commit e78fc97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func getGitGeneratorInfo(payload interface{}) *gitGeneratorInfo {
return &gitGeneratorInfo{
RepoRegexp: repoRegexp,
TouchedHead: touchedHead,
Revision: revision,
}
}

Expand Down

0 comments on commit e78fc97

Please sign in to comment.