Skip to content

Commit 9247405

Browse files
CR-7012 Step for report PR
1 parent af1c314 commit 9247405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function execute() {
1919
await Promise.all(pullRequests.map(async pr => {
2020
if (v2) {
2121
try {
22-
console.log(`The image you are trying to enrich ${image} does not exist`);
22+
console.log(`Creating argo platform annotation for ${image}`);
2323
await codefreshApi.createPullRequestV2(pr);
2424
} catch (e) {
2525
console.log(`Failed to assign pull request ${pr.number} to your image ${image}, reason ${chalk.red(e.message)}`);

0 commit comments

Comments
 (0)