Skip to content

Commit

Permalink
Merge pull request #328 from gm3dmo/issue302
Browse files Browse the repository at this point in the history
Close #302 check runs
  • Loading branch information
gm3dmo authored Feb 24, 2025
2 parents de70197 + b8fb806 commit 32cb57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list-check-runs-in-a-check-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# If the script is passed an argument $1 use that as the name
if [ -z "$1" ]
then
check_suite_id=1
check_suite_id=$(./list-check-suites-for-a-git-reference.sh | jq '[.check_suites[].id] | min')
else
check_suite_id=$1
fi
Expand Down

0 comments on commit 32cb57a

Please sign in to comment.