File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4444 # conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/status --jq '.check_runs[] | select(.name == "ci/hydra-build:$DEV_SHELL") | .conclusion')
4545 # For GitHub Statuses; we need --paginate because there are so many statuses
4646 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")
4848 case "$conclusion" in
4949 success)
5050 echo "ci/hydra-build:$DEV_SHELL succeeded"
You can’t perform that action at this time.
0 commit comments