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 473eaaf commit ea8e86d
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/[email protected]
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 ea8e86d

Please sign in to comment.