diff --git a/README.md b/README.md index c8ca37f..e211f57 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ jobs: ### Notes - Character support for `remote-user` and `remote-password` is limited due to its usage in [.netrc file](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html) - - It should not contain shell/URL special characters, use [percent encoding](https://en.wikipedia.org/wiki/Percent-encoding) instead + - It should not contain shell/URL special characters - File synchronization options - `delta`: Transfer only changed files (upload and delete) since last revision - Only supported for `push`, `pull_request` and `workflow_dispatch` [events](https://docs.github.com/en/actions/reference/events-that-trigger-workflows)