Skip to content

Commit

Permalink
Allow skipping legacy shell install when running as GitHub Action (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Jul 25, 2023
1 parent 48a1650 commit d0ede2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ inputs:
require-api-version:
description: "Whether to start the server with requireApiVersion enabled (defaults to false)"
required: false
skip-legacy-shell:
description: "Whether to skip installing the legacy shell for 6.0+ servers"
required: false
outputs:
cluster-uri:
description: "URI of the cluster"
Expand Down Expand Up @@ -48,6 +51,7 @@ runs:
SSL: ${{ inputs.ssl }}
STORAGE_ENGINE: ${{ inputs.storage-engine }}
REQUIRE_API_VERSION: ${{ inputs.require-api-version }}
SKIP_LEGACY_SHELL: ${{ inputs.skip-legacy-shell }}
shell: sh
- id: "get-cluster-uri"
name: "Expose Cluster URI"
Expand Down

0 comments on commit d0ede2a

Please sign in to comment.