We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c314 commit 9247405Copy full SHA for 9247405
src/index.js
@@ -19,7 +19,7 @@ async function execute() {
19
await Promise.all(pullRequests.map(async pr => {
20
if (v2) {
21
try {
22
- console.log(`The image you are trying to enrich ${image} does not exist`);
+ console.log(`Creating argo platform annotation for ${image}`);
23
await codefreshApi.createPullRequestV2(pr);
24
} catch (e) {
25
console.log(`Failed to assign pull request ${pr.number} to your image ${image}, reason ${chalk.red(e.message)}`);
0 commit comments