Skip to content

Commit 6f1d497

Browse files
authored
Update githubHelper.ts
s/K6/k6
1 parent 4c3ebc2 commit 6f1d497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/githubHelper.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export async function generatePRComment(testRunUrlsMap: TestRunUrlsMap): Promise
136136

137137
let comment = `# Performance Test Results 🚀
138138
139-
Select a test run from below to view the test progress and results on Grafana Cloud K6:
139+
Select a test run from below to view the test progress and results on Grafana Cloud k6:
140140
141141
${testRunUrls}
142142
`;
@@ -162,4 +162,4 @@ export async function generatePRComment(testRunUrlsMap: TestRunUrlsMap): Promise
162162
core.error(`Error creating comment on pull request: ${pullRequestNumber}`);
163163
core.error(error);
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)