From 37eef0d6cd460ad70cb829053c59ac812f2435a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 29 Jan 2023 23:04:42 +0100 Subject: [PATCH] dzdzed --- .github/workflows/ci-comment-failures.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-comment-failures.yml b/.github/workflows/ci-comment-failures.yml index 2329c6c140e04..c5bf3007edc02 100644 --- a/.github/workflows/ci-comment-failures.yml +++ b/.github/workflows/ci-comment-failures.yml @@ -109,7 +109,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: issue_number, - body: 'You added a new example but didn't add metadata for it. Please update the root Cargo.toml file.' + body: 'You added a new example but didn\'t add metadata for it. Please update the root Cargo.toml file.' }); } if (fs.existsSync('./missing-update')) { @@ -117,7 +117,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: issue_number, - body: 'You added a new example but didn't update the readme. Please run `cargo run -p build-example-pages -- update` to update it, and commit the file change.' + body: 'You added a new example but didn\'t update the readme. Please run `cargo run -p build-example-pages -- update` to update it, and commit the file change.' }); }