Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 11, 2024
1 parent 7f3c008 commit 54e6826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
id: refs
run: |
set -ex
env
go run ./cmd/build evaluate-environment --log.colorMode=always
test:
Expand Down
2 changes: 1 addition & 1 deletion cmd/build/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (this *base) init(ctx context.Context, app *kingpin.Application) {
PlaceHolder("<filename>").
StringVar(&this.optionsOutputFilename)
app.Flag("summaryOutputFilename", "").
Envar("$GITHUB_STEP_SUMMARY").
Envar("GITHUB_STEP_SUMMARY").
PlaceHolder("<filename>").
StringVar(&this.summaryOutputFilename)

Expand Down

0 comments on commit 54e6826

Please sign in to comment.