We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f6f7a commit 8ebb3e9Copy full SHA for 8ebb3e9
hooks/post-command
@@ -22,4 +22,4 @@ if [[ -n "${BUILDKITE_PLUGIN_GITHUB_CHECKS_OUTPUT_DETAILS:-}" ]] ; then
22
args+=("--output_details" "${BUILDKITE_PLUGIN_GITHUB_CHECKS_OUTPUT_DETAILS:-}")
23
fi
24
25
-`dirname $BASH_SOURCE`/ghapp check from-job-env "${args[@]}"
+`dirname $BASH_SOURCE`/ghapp check from_job_env "${args[@]}"
0 commit comments