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 13, 2024
1 parent 9f80d67 commit 63c89e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ci/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type Info struct {
TriggeringActor string `env:"GITHUB_TRIGGERING_ACTOR"`
Workflow string `env:"GITHUB_WORKFLOW"`
WorkflowRef string `env:"GITHUB_WORKFLOW_REF"`
WorkflowSha string `env:"GITHUB_WORKFLOW_SHA"`
Workspace string `env:"GITHUB_WORKSPACE"`
}

Expand Down

0 comments on commit 63c89e9

Please # to comment.