Skip to content

Commit

Permalink
fix(docs): fix proxy password parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Feb 16, 2022
1 parent f29ea1d commit 03b7327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ See [action.yml](./action.yml) for more detailed information. **Please note that
| `proxy_host` | _none_ | SSH proxy host |
| `proxy_port` | `22` | SSH proxy port |
| `proxy_username` | `root` | SSH proxy username |
| `passphrase` | _none_ | SSH proxy passphrase |
| `proxy_passphrase` | _none_ | SSH proxy passphrase |
| `insecure_proxy_password` | _none_ | SSH proxy password |
| `proxy_key` | _none_ | Content of SSH proxy private key |
| `proxy_fingerprint` | _none_ | Fingerprint SHA256 of the proxy host public key, see [Using host fingerprint verification](#using-host-fingerprint-verification) |
Expand Down

0 comments on commit 03b7327

Please sign in to comment.