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: >
|
description: >
|
||||||
Title that will be displayed in the index.html
|
Title that will be displayed in the index.html
|
||||||
default: ${{ github.repository }}
|
default: ${{ github.repository }}
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
"${GITHUB_ACTION_PATH}/action.sh"
|
"${GITHUB_ACTION_PATH}/action.sh"
|
||||||
env:
|
env:
|
||||||
INPUT_HOST: ${{ inputs.host }}
|
INPUT_HOST: ${{ inputs.host }}
|
||||||
INPUT_HOST_USER: ${{ inputs.host-user }}
|
INPUT_HOST_USER: ${{ inputs.host-user }}
|
||||||
INPUT_HOST_KEY: ${{ inputs.hostkey }}
|
INPUT_HOST_KEY: ${{ inputs.hostkey }}
|
||||||
INPUT_SSH_KEY: ${{ inputs.ssh-key }}
|
INPUT_SSH_KEY: ${{ inputs.ssh-key }}
|
||||||
INPUT_DIRECTORY: ${{ inputs.directory }}
|
INPUT_DIRECTORY: ${{ inputs.directory }}
|
||||||
INPUT_INDEX: ${{ inputs.index }}
|
INPUT_INDEX: ${{ inputs.index }}
|
||||||
INPUT_INDEX_TITLE: ${{ inputs.index-title }}
|
INPUT_INDEX_TITLE: ${{ inputs.index-title }}
|
||||||
|
|
Loading…
Reference in a new issue