We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3ebc2 commit 6f1d497Copy full SHA for 6f1d497
src/githubHelper.ts
@@ -136,7 +136,7 @@ export async function generatePRComment(testRunUrlsMap: TestRunUrlsMap): Promise
136
137
let comment = `# Performance Test Results 🚀
138
139
- Select a test run from below to view the test progress and results on Grafana Cloud K6:
+ Select a test run from below to view the test progress and results on Grafana Cloud k6:
140
141
${testRunUrls}
142
`;
@@ -162,4 +162,4 @@ export async function generatePRComment(testRunUrlsMap: TestRunUrlsMap): Promise
162
core.error(`Error creating comment on pull request: ${pullRequestNumber}`);
163
core.error(error);
164
}
165
-}
+}
0 commit comments