We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6797f41 commit fcf7876Copy full SHA for fcf7876
hooks/post-command
@@ -44,7 +44,7 @@ LABEL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_LABEL:-$BUILDKITE_LABEL}
44
ROOT=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_ROOT:-$(find_root)}
45
SHA=$BUILDKITE_COMMIT
46
TOKEN=$BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TOKEN
47
-URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:-https://www.check-run-reporter.com/api/v1/submissions}
+URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:-https://api.check-run-reporter.com/api/v1/submissions}
48
49
log 'Running check-run-reporter-buildkite-plugin with the following parameters'
50
log "LABEL=$LABEL"
0 commit comments