diff --git a/action.yaml b/action.yaml index eaff50e..127d40d 100644 --- a/action.yaml +++ b/action.yaml @@ -33,17 +33,17 @@ inputs: description: > Title that will be displayed in the index.html default: ${{ github.repository }} - runs: - using: composite - steps: - - shell: bash - run: | - "${GITHUB_ACTION_PATH}/action.sh" - env: - INPUT_HOST: ${{ inputs.host }} - INPUT_HOST_USER: ${{ inputs.host-user }} - INPUT_HOST_KEY: ${{ inputs.hostkey }} - INPUT_SSH_KEY: ${{ inputs.ssh-key }} - INPUT_DIRECTORY: ${{ inputs.directory }} - INPUT_INDEX: ${{ inputs.index }} - INPUT_INDEX_TITLE: ${{ inputs.index-title }} +runs: + using: composite + steps: + - shell: bash + run: | + "${GITHUB_ACTION_PATH}/action.sh" + env: + INPUT_HOST: ${{ inputs.host }} + INPUT_HOST_USER: ${{ inputs.host-user }} + INPUT_HOST_KEY: ${{ inputs.hostkey }} + INPUT_SSH_KEY: ${{ inputs.ssh-key }} + INPUT_DIRECTORY: ${{ inputs.directory }} + INPUT_INDEX: ${{ inputs.index }} + INPUT_INDEX_TITLE: ${{ inputs.index-title }}