From 8de21fdf028897c63f14a812e5f24fd2e374dfe1 Mon Sep 17 00:00:00 2001 From: rezaelahidev Date: Sun, 8 Dec 2024 15:27:27 +0330 Subject: [PATCH] fix: command not found --- .github/workflows/create-demo-attachments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-demo-attachments.yml b/.github/workflows/create-demo-attachments.yml index 9b50c8549..d0bd2aff2 100644 --- a/.github/workflows/create-demo-attachments.yml +++ b/.github/workflows/create-demo-attachments.yml @@ -62,7 +62,7 @@ jobs: $COMMENTS_URL > comments.json if [ -s comments.json ] && [ "$(jq 'length' comments.json)" != "0" ]; then - comments.json | jq -r '.[] | select(.user.login == "blockerabot" and (.body | test("Branch Links"; "i"))) | .id' > comment_id.txt + cat comments.json | jq -r '.[] | select(.user.login == "blockerabot" and (.body | test("Branch Links"; "i"))) | .id' > comment_id.txt fi # If comment ID is found, set it to environment variable