Skip to content

Commit

Permalink
Updated pipeline to use shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataChalla554 committed Sep 24, 2024
1 parent e53fb4a commit 5a36041
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ runs:
echo "cluster_name=$(jq -r '.cluster_name' $TFVARS)" >> $GITHUB_ENV
- name: Install kubectl
uses: azure/setup-kubectl@v3
with:
version: "v1.26.1" # default is latest stable
uses: DFE-Digital/github-actions/set-kubectl@master

- name: K8 setup
shell: bash
Expand Down

0 comments on commit 5a36041

Please sign in to comment.