We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15ac1b commit 5e0bdabCopy full SHA for 5e0bdab
.github/workflows/crd-validation.yml
@@ -32,7 +32,6 @@ jobs:
32
run: |
33
git fetch origin ${{ github.base_ref }}:upstream_base
34
BASE_SHA=$(git rev-parse upstream_base)
35
- echo "Validating against Base SHA: $BASE_SHA"
36
37
FAILED=0
38
for crd in config/crd/bases/*.yaml; do
0 commit comments