Skip to content

Commit

Permalink
github summary: header depth 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtore committed Sep 18, 2024
1 parent fe18089 commit b89805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployclient/deployclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (d *Deployer) Deploy(ctx context.Context, cfg *Config, deployRequest *pb.De
defer summaryFile.Close()
}

summary("# 🚀 NAIS deploy")
summary("## 🚀 NAIS deploy")
summary("")
summary("* Detailed trace: [%s](%s)", traceID, cfg.TracingDashboardURL+traceID)
summary("* Request ID: %s", deployRequest.GetID())
Expand Down

0 comments on commit b89805c

Please sign in to comment.