Skip to content

Commit

Permalink
build(deps): Update version
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
Unknown committed Sep 9, 2024
1 parent dc0f3f3 commit 0830468
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup-rancher-cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ inputs:
description: 'Rancher context for kubectl configuration'
required: false
default: local

runs:
using: "composite"
steps:
Expand All @@ -33,8 +32,7 @@ runs:
sudo mv $TOOL_NAME /usr/local/bin/
echo $($TOOL_NAME --version)
env:
DEFAULT_RANCHER_CLI_VERSION: 2.8.4

DEFAULT_RANCHER_CLI_VERSION: 2.9.0
- shell: bash
run: |
RANCHER2_BEARER_TOKEN=${{ inputs.access-key }}:${{ inputs.secret-key }}
Expand All @@ -46,7 +44,6 @@ runs:
fi
env:
KUBECONTEXT: ${{ inputs.context }}

- shell: bash
run: |
KUBECONTEXT="${{ inputs.context }}"
Expand Down

0 comments on commit 0830468

Please sign in to comment.