We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baafb67 commit 3ebf5beCopy full SHA for 3ebf5be
.github/actions/upload-flaky-tests/action.yml
@@ -32,7 +32,7 @@ runs:
32
JOB_NAME="$JOB_NAME ($MATRIX)"
33
fi
34
35
- JOB_URL=$(gh api repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs --jq ".jobs | map(select(.name == \"$JOB_NAME\")) | .[].html_url")
+ JOB_URL=$(gh api repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs --paginate --jq ".jobs | map(select(.name == \"$JOB_NAME\")) | .[].html_url")
36
37
echo "job_name=$JOB_NAME" >> job-summary.properties
38
echo "job_url=$JOB_URL" >> job-summary.properties
0 commit comments