diff --git a/Makefile b/Makefile index a33334e03..4369eb5c4 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ test-multi-module: $(MYGOBIN)/prchecker go run ./cmd/prchecker \ -owner=$(REPO_OWNER) \ -repo=$(REPO_NAME) \ - -pr=$(PR_NUM) \ + -pr=$(PULL_NUMBER) \ $(MODULES) .PHONY: