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 54e6826 commit adf602c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ env:
BIFROEST_VENDOR: engity

on:
push:

pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
evaluate:
Expand Down
2 changes: 1 addition & 1 deletion cmd/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (this *build) evaluateEnvironment(ctx context.Context) error {
}
defer common.IgnoreCloseError(f)

if _, err = fmt.Fprint(f, "## Build environment"+
if _, err = fmt.Fprint(f, "## Build environment\n"+
"| Name | Value |\n"+
"| ---- | ----- |\n"+
"| Commit | `"+commit+"` |\n"+
Expand Down

0 comments on commit adf602c

Please sign in to comment.