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.
2 parents e6a6218 + bd9d66f commit ccba46eCopy full SHA for ccba46e
.github/workflows/verify.yml
@@ -14,9 +14,6 @@ jobs:
14
steps:
15
- name: Verifier action
16
id: verifier
17
- uses: kubernetes-sigs/[email protected]
18
- # Don't run this step on PRs created by the cherry-pick bot,
19
- # as the PR description is too short, but otherwise the PRs are fine.
20
- if: ${{ github.event.pull_request.head.repo.owner.login != 'k8s-infra-cherrypick-robot' }}
+ uses: kubernetes-sigs/kubebuilder-release-tools@e90dee822876042e99b7584f99a9cc9f9d74ed17 # tag=v0.3.0
21
with:
22
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments