Skip to content

Commit

Permalink
Fix wrong plugin name (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx authored Sep 25, 2024
1 parent 8fc285b commit 97a6ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:
uses: google-github-actions/[email protected]
if: ${{ inputs.runtime-cloud-provider == 'GKE' && !startsWith(runner.name, 'elvia-runner-') }}
with:
install_components: 'gke-cloud-auth-plugin'
install_components: 'gke-gcloud-auth-plugin'

- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
Expand Down

0 comments on commit 97a6ef4

Please sign in to comment.