Skip to content

Commit

Permalink
Fix action.yml typos (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
smichae authored May 1, 2020
1 parent 8cec609 commit f8f623e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ inputs:
ssh-disable-host-key-checking:
description: 'Turn off host key checking (insecure!)'
required: false
deloyer-version:
deployer-version:
description: 'Version of deployer to install'
required: false
deloyer-recipes-version:
deployer-recipes-version:
description: 'Version of deployer recipes to install'
required: false
deloyer-skip-install:
deployer-skip-install:
description: 'Skip install of deployer (if you are using a locally installed version)'
required: false
runs:
Expand Down

0 comments on commit f8f623e

Please sign in to comment.