Skip to content

Commit b20bb89

Browse files
Merge pull request #40 from Luap99/action-2
Fix task name in github action
2 parents edb5b5f + 40883d5 commit b20bb89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_image_links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
run: |
3535
ccirjson=$GITHUB_WORKSPACE/cirrus-ci_retrospective.json
3636
prn=$(jq --raw-output \
37-
'.[] | select(.name == "'success'") | .build.pullRequest' \
37+
'.[] | select(.name == "Total Success") | .build.pullRequest' \
3838
"$ccirjson")
3939
bid=$(jq --raw-output \
40-
'.[] | select(.name == "'success'") | .build.id' \
40+
'.[] | select(.name == "Total Success") | .build.id' \
4141
"$ccirjson")
4242
status=$(jq --raw-output \
43-
'.[] | select(.name == "'success'") | .status' \
43+
'.[] | select(.name == "Total Success") | .status' \
4444
"$ccirjson")
4545
4646
if [[ -n "$prn" ]] && \

0 commit comments

Comments
 (0)