fix indent
This commit is contained in:
parent
c3aa988f8e
commit
62a02bca05
1 changed files with 14 additions and 14 deletions
28
action.yaml
28
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 }}
|
||||
|
|
Loading…
Reference in a new issue