Skip to content

Commit fcf7876

Browse files
committed
fix: use correct api url
1 parent 6797f41 commit fcf7876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LABEL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_LABEL:-$BUILDKITE_LABEL}
4444
ROOT=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_ROOT:-$(find_root)}
4545
SHA=$BUILDKITE_COMMIT
4646
TOKEN=$BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TOKEN
47-
URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:-https://www.check-run-reporter.com/api/v1/submissions}
47+
URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:-https://api.check-run-reporter.com/api/v1/submissions}
4848

4949
log 'Running check-run-reporter-buildkite-plugin with the following parameters'
5050
log "LABEL=$LABEL"

0 commit comments

Comments
 (0)