Skip to content

Commit

Permalink
fix: oblt-cli versions (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 19, 2024
1 parent f1a87c7 commit e672904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oblt-cli/cluster-destroy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ inputs:
runs:
using: "composite"
steps:
- uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.8.1
- uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.9.2
id: validation
with:
cluster-name: ${{ inputs.cluster-name }}
cluster-info-file: ${{ inputs.cluster-info-file }}

- uses: elastic/oblt-actions/oblt-cli/setup@v1.2.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.9.2
with:
github-token: ${{ inputs.github-token }}
username: ${{ inputs.username }}
Expand Down

0 comments on commit e672904

Please sign in to comment.