Percent encoding does not work!
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user