Skip to content

Commit

Permalink
action: Run version command with --client flag
Browse files Browse the repository at this point in the history
Specify --client flag so that the command succeeds even if .kube/config
does not exist.

Ref: cilium/cilium#34914

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Sep 17, 2024
1 parent fff38e8 commit 28c47c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ runs:
- name: Run Cilium CLI Version
shell: bash
run: |
${{ inputs.binary-dir }}/${{ inputs.binary-name }} version
${{ inputs.binary-dir }}/${{ inputs.binary-name }} version --client

0 comments on commit 28c47c6

Please sign in to comment.