We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b565e34 commit 6ca8698Copy full SHA for 6ca8698
1 file changed
.github/workflows/orchestrator.yml
@@ -73,7 +73,7 @@ jobs:
73
fi
74
75
# 4. Find the next task
76
- NEXT_TASK=$(echo "$BODY" | grep -m 1 "- \[ \] .*#[0-9]\+" | grep -o "#[0-9]\+" | head -n 1 | tr -d '#' || true)
+ NEXT_TASK=$(echo "$BODY" | grep -m 1 -- "- \[ \] .*#[0-9]\+" | grep -o "#[0-9]\+" | head -n 1 | tr -d '#' || true)
77
78
if [ -z "$NEXT_TASK" ]; then
79
echo "All tasks processed."
0 commit comments