Skip to content

Commit

Permalink
updated install package step
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopfirefox committed May 29, 2024
1 parent 6f73601 commit 2cd27f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Install kubectl package
if: ${{ !contains(inputs.runner-label, 'ubuntu-latest')}}
if: ${{ !contains(inputs.runner-label, 'pe-arc')}}
run: |
sudo apt-get update -q
sudo apt-get install -y kubectl
Expand Down

0 comments on commit 2cd27f7

Please sign in to comment.