Skip to content

Commit 6947959

Browse files
committed
CR comments
1 parent 3fa3a9d commit 6947959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

artifactory/utils/commandsummary/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ type summarySection string
4545

4646
const (
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.

artifactory/utils/commandsummary/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)