We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d3a08 + 0d84a74 commit 2e16affCopy full SHA for 2e16aff
.github/workflows/cover.yaml
@@ -1,7 +1,6 @@
1
on:
2
push:
3
branches:
4
- - master # TODO: remove this after rename
5
- main
6
7
jobs:
scripts/ci-apidiff.sh
@@ -22,9 +22,9 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
22
cd "${REPO_ROOT}"
23
24
APIDIFF="${PWD}/hack/tools/bin/go-apidiff"
25
-PULL_BASE_SHA=${PULL_BASE_SHA:-$(git rev-parse origin/master)}
+PULL_BASE_SHA=${PULL_BASE_SHA:-$(git rev-parse origin/main)}
26
27
make "${APIDIFF}"
28
echo "*** Running go-apidiff ***"
29
30
-${APIDIFF} "${PULL_BASE_SHA}" --print-compatible
+${APIDIFF} "${PULL_BASE_SHA}" --print-compatible
0 commit comments