fix indent

This commit is contained in:
Maximilian Keßler 2023-10-17 15:54:58 +02:00
parent c3aa988f8e
commit 62a02bca05
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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 }}