From 62a02bca05688f18a6e6fc4c338348a05b569214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 17 Oct 2023 15:54:58 +0200 Subject: [PATCH] fix indent --- action.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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 }}