Skip to content

Commit

Permalink
Merge pull request #1134 from DFE-Digital/1822-updated-pipelines-to-u…
Browse files Browse the repository at this point in the history
…se-setup-kubectl-github-shared-action

Updated pipeline to use shared action
  • Loading branch information
VenkataChalla554 authored Sep 27, 2024
2 parents 473eaaf + ea8e86d commit 882ae50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions/database-backup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ runs:
azure-credentials: ${{ inputs.azure_credentials }}

- name: Install kubectl
uses: azure/setup-kubectl@v4.0.0
with:
version: "v1.26.1"
uses: DFE-Digital/github-actions/set-kubectl@master

- name: Get environment variables
shell: bash
Expand Down Expand Up @@ -104,7 +102,7 @@ runs:
;;
esac
- uses: azure/setup-kubectl@v3
- uses: DFE-Digital/github-actions/set-kubectl@master

- name: K8 setup
shell: bash
Expand Down

0 comments on commit 882ae50

Please sign in to comment.