We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc01f5 commit a5d53d0Copy full SHA for a5d53d0
1 file changed
.github/workflows/pkg_artifacts.yml
@@ -136,6 +136,7 @@ jobs:
136
BODY+='```'$'\n'
137
138
COMMENT_ID=$(gh api "repos/${{ github.repository }}/issues/${PR_NUMBER}/comments" \
139
+ --paginate \
140
--jq '.[] | select(.body | contains("<!-- e2b-pkg-artifacts -->")) | .id' \
141
| tail -1)
142
0 commit comments