Skip to content

Commit

Permalink
fix: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Dec 8, 2024
1 parent e11ffaf commit 8de21fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-demo-attachments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de21fd

Please sign in to comment.