mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 06:25:05 +00:00
Small fixes: renamed defaults to default
according to github-doc: https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions#inputs
This commit is contained in:
parent
6c02cac4ac
commit
98ebed023f
@ -13,7 +13,7 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
local-dir:
|
local-dir:
|
||||||
description: 'The local folder to copy, defaults to root project folder'
|
description: 'The local folder to copy, defaults to root project folder'
|
||||||
defaults: ./
|
default: ./
|
||||||
required: false
|
required: false
|
||||||
ignore-github:
|
ignore-github:
|
||||||
description: 'Whether the .github directory should be excluded from synchronization'
|
description: 'Whether the .github directory should be excluded from synchronization'
|
||||||
@ -21,7 +21,7 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
git-ftp-args:
|
git-ftp-args:
|
||||||
description: 'Passes through options into git-ftp'
|
description: 'Passes through options into git-ftp'
|
||||||
defaults:
|
default:
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user