Skip to content

Commit

Permalink
Fixed azure-credential typo and set kubectl version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 22, 2024
1 parent 843eadd commit a2fa9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/database-backup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
azure-credentials: ${{ inputs.azure_credentials }}

- name: Install kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4.0.0
with:
version: "v1.26.1"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:

- uses: DFE-Digital/github-actions/set-kubelogin-environment@master
with:
azure-credentials: ${{ inputs.azure_credentials }}
azure-credentials: ${{ inputs.azure-credentials }}

- name: Terraform init, plan & apply
shell: bash
Expand Down

0 comments on commit a2fa9d2

Please sign in to comment.