Skip to content

Commit

Permalink
Use PULL_NUMBER env from prow
Browse files Browse the repository at this point in the history
  • Loading branch information
runewake2 committed Nov 5, 2020
1 parent 9d2f257 commit 03b847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03b847a

Please sign in to comment.