Skip to content

Commit

Permalink
fix(pkg/ci): dump the SHA info field as GITHUB_SHA
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed May 6, 2024
1 parent 2cd51ea commit 53b647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ci/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
type Info struct {
Owner string
Repo string
SHA string
SHA string `dump:"GITHUB_SHA"`
Num int // Pull (merge) request number
Branch string // Pull (merge) request branch
Fork bool
Expand Down

0 comments on commit 53b647a

Please sign in to comment.