Skip to content

Commit 807ebc5

Browse files
authored
Merge pull request #8430 from bryan-cox/fix-lint-base-sha
NO-JIRA: fix(ci): use PR base SHA for api-lint diff in GHA
2 parents 41f254c + 98fd943 commit 807ebc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
touch hack/tools/bin/golangci-lint hack/tools/bin/kube-api-linter.so
2424
fi
2525
- run: make lint
26+
env:
27+
PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)