chore: publish from main

This commit is contained in:
github-actions[bot]
2026-06-29 02:23:40 +00:00
parent 473ad6852a
commit 4c62fdacf1
+1 -2
View File
@@ -194,8 +194,7 @@ jobs:
marker="<!-- agt-contributor-check -->"
comment_ids=$(
gh api "repos/${{ github.repository }}/issues/$number/comments" --paginate \
--arg marker "$marker" \
--jq '.[] | select(.user.login == "github-actions[bot]" and ((.body // "") | contains($marker))) | .id'
| jq -r --arg marker "$marker" '.[] | select((.user.login // "") == "github-actions[bot]" and ((.body // "") | contains($marker))) | .id'
)
comment_id=$(printf "%s\n" "$comment_ids" | sed -n '1p')