Skip to content

Commit 5ccba6d

Browse files
committed
fix
1 parent 32e2682 commit 5ccba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clk-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
--state merged \
229229
--limit 10 \
230230
--json number,title,body,mergedAt \
231-
--jq "map(select(.title | contains(\"[CIQ ${CLK_VERSION}\"]))) | sort_by(.mergedAt) | reverse | .[0]")
231+
--jq "map(select(.title | contains(\"[CIQ ${CLK_VERSION}]\"))) | sort_by(.mergedAt) | reverse | .[0]")
232232
233233
if [ -n "$PREVIOUS_PR" ] && [ "$PREVIOUS_PR" != "null" ]; then
234234
# Extract the test count from the previous PR body

0 commit comments

Comments
 (0)