From 764cb3abfa25c126de50a0160e060d1d6cce3548 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 23 May 2024 11:22:20 +0200 Subject: [PATCH] fix(ci): handle grep with no results gracefully `grep` will return an exit code of 1 if no result was found. Check for that and let the job continue. In case of errors grep will return a higher exit code and the job will abort as intended. Signed-off-by: Max --- .github/workflows/update-node-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-node-dist.yml b/.github/workflows/update-node-dist.yml index 2f98c86717d..9a0c126cc57 100644 --- a/.github/workflows/update-node-dist.yml +++ b/.github/workflows/update-node-dist.yml @@ -49,7 +49,7 @@ jobs: run: | { echo 'MESSAGE<> $GITHUB_OUTPUT