🐛 Fix controller-tools doesn't support single files as input #506
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Verifier | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened] | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
name: verify PR contents | |
steps: | |
- name: Verifier action | |
id: verifier | |
uses: kubernetes-sigs/[email protected] | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |