File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 44
44
# conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/status --jq '.check_runs[] | select(.name == "ci/hydra-build:$DEV_SHELL") | .conclusion')
45
45
# For GitHub Statuses; we need --paginate because there are so many statuses
46
46
echo "gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs --paginate --jq '.check_runs[] | select(.name == \"ci/hydra-build:$DEV_SHELL\") | .conclusion'"
47
- conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs --paginate --jq ' .check_runs[] | select(.name == \"ci/hydra-build:$DEV_SHELL\") | .conclusion")
47
+ conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs --paginate --jq " .check_runs[] | select(.name == \"ci/hydra-build:$DEV_SHELL\") | .conclusion")
48
48
case "$conclusion" in
49
49
success)
50
50
echo "ci/hydra-build:$DEV_SHELL succeeded"
You can’t perform that action at this time.
0 commit comments