Percent encoding does not work!

This commit is contained in:
2025-02-19 14:55:06 +01:00
parent 4687f703fd
commit 24c3e1cb10

View File

@ -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)