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:
simmac 2020-04-30 01:56:50 +02:00
parent 6c02cac4ac
commit 98ebed023f

View File

@ -13,7 +13,7 @@ inputs:
required: true
local-dir:
description: 'The local folder to copy, defaults to root project folder'
defaults: ./
default: ./
required: false
ignore-github:
description: 'Whether the .github directory should be excluded from synchronization'
@ -21,7 +21,7 @@ inputs:
required: false
git-ftp-args:
description: 'Passes through options into git-ftp'
defaults:
default:
required: false
runs:
using: 'docker'