Skip to content

Commit

Permalink
CI: Add Kubectl Version output
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 22, 2024
1 parent 8a7611c commit 5835975
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: version
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
Expand Down

0 comments on commit 5835975

Please sign in to comment.