File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
artifactory/utils/commandsummary Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ type summarySection string
4545
4646const (
4747 artifactsSection summarySection = "artifacts"
48- packagesSection = "packages"
49- buildInfoSection = "build "
48+ packagesSection summarySection = "packages"
49+ buildInfoSection summarySection = "buildInfo "
5050)
5151
5252// addGitHubTrackingToUrl adds GitHub-related query parameters to a given URL if the GITHUB_WORKFLOW environment variable is set.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func TestAddGitHubTrackingToUrl(t *testing.T) {
7171 "https://example.com/path" ,
7272 buildInfoSection ,
7373 "workflow123" ,
74- "https://example.com/path?gh_job_id=workflow123&gh_section=build " ,
74+ "https://example.com/path?gh_job_id=workflow123&gh_section=buildInfo " ,
7575 false ,
7676 },
7777 {
You can’t perform that action at this time.
0 commit comments