Skip to content

Commit

Permalink
Merge branch 'main' into feature/aws-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Jun 20, 2024
2 parents 8506b25 + d256b3c commit 3fd0b44
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion oblt-cli/cluster-create-ccs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
}
- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down
2 changes: 1 addition & 1 deletion oblt-cli/cluster-create-custom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
core.setOutput('SKIP_RANDOM_NAME', '--skip-random-name')
}
- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down
2 changes: 1 addition & 1 deletion oblt-cli/cluster-create-serverless/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
target: ${{ inputs.target }}
project_type: ${{ inputs.project-type }}

- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down
4 changes: 2 additions & 2 deletions oblt-cli/cluster-credentials/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ inputs:
runs:
using: "composite"
steps:
- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
id: validation
with:
cluster-name: ${{ inputs.cluster-name }}
cluster-info-file: ${{ inputs.cluster-info-file }}

- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
with:
github-token: ${{ inputs.github-token }}

Expand Down
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/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
id: validation
with:
cluster-name: ${{ inputs.cluster-name }}
cluster-info-file: ${{ inputs.cluster-info-file }}

- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
with:
github-token: ${{ inputs.github-token }}
username: ${{ inputs.username }}
Expand Down
2 changes: 1 addition & 1 deletion oblt-cli/run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down

0 comments on commit 3fd0b44

Please sign in to comment.