Skip to content

Commit

Permalink
Update kubectl-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 authored Jan 2, 2024
1 parent 6449225 commit 76465c8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/kubectl-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ on: [workflow_dispatch]

jobs:
deploy:
name: Deploy
name: GetPods
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: get pods
- run: |
kubectl get pods

0 comments on commit 76465c8

Please sign in to comment.