appleboy / drone-scp

Copy files and artifacts via SSH using a binary, docker or Drone CI.
MIT License
142 stars 29 forks source link

Fix typo in EnvVars for ssh-passphrase #109

Closed dbingham closed 4 years ago

dbingham commented 4 years ago

Noticed this typo when I couldn't set the key password for the proxy. Worked around by using one of the other ENV name options, but figured it might help others to submit a PR with a fix.

codecov-io commented 4 years ago

Codecov Report

Merging #109 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   87.93%   87.93%           
=======================================
  Files           2        2           
  Lines         199      199           
=======================================
  Hits          175      175           
  Misses         14       14           
  Partials       10       10

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2fcaffc...08da746. Read the comment docs.

appleboy commented 4 years ago

@dbingham Thanks. I will bump a new version.