Skip to content

Commit

Permalink
Fix dry-run input in oblt-cli/create-cluster-ccs (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Jun 5, 2024
1 parent f6fcd76 commit dc72109
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -72,7 +72,7 @@ runs:
core.setOutput('ELASTICSEARCH_DOCKER_IMAGE', `--elasticsearch-docker-image=${elasticsearch_docker_image}`)
}
if (dry_run) {
if (dry_run !== 'false') {
core.setOutput('DRY_RUN', `--dry-run`)
}
Expand Down

0 comments on commit dc72109

Please sign in to comment.