Skip to content

Commit

Permalink
fix(pkg/ci): dump GITHUB_EVENT_NAME from CI github actions info
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 13, 2024
1 parent 63c89e9 commit 2210ed7
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 @@ -36,7 +36,7 @@ type Info struct {
ActionRepository string `env:"GITHUB_ACTION_REPOSITORY"`
Actor string `env:"GITHUB_ACTOR"`
ActorID int64 `env:"GITHUB_ACTOR_ID"`
EventName string
EventName string `dump:"GITHUB_EVENT_NAME"`
Job string `env:"GITHUB_JOB"`
Ref string `env:"GITHUB_REF"`
RefName string `env:"GITHUB_REF_NAME"`
Expand Down

0 comments on commit 2210ed7

Please # to comment.