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.
2 parents edb5b5f + 40883d5 commit b20bb89Copy full SHA for b20bb89
.github/workflows/pr_image_links.yml
@@ -34,13 +34,13 @@ jobs:
34
run: |
35
ccirjson=$GITHUB_WORKSPACE/cirrus-ci_retrospective.json
36
prn=$(jq --raw-output \
37
- '.[] | select(.name == "'success'") | .build.pullRequest' \
+ '.[] | select(.name == "Total Success") | .build.pullRequest' \
38
"$ccirjson")
39
bid=$(jq --raw-output \
40
- '.[] | select(.name == "'success'") | .build.id' \
+ '.[] | select(.name == "Total Success") | .build.id' \
41
42
status=$(jq --raw-output \
43
- '.[] | select(.name == "'success'") | .status' \
+ '.[] | select(.name == "Total Success") | .status' \
44
45
46
if [[ -n "$prn" ]] && \
0 commit comments