- Change single quotes to double quotes for consistency in `name`, `description`, and `author` fields
- Update `port` and `proxy_port` default values to be strings instead of numbers
- Remove default values for `use_insecure_cipher`, `rm`, `debug`, `strip_components`, `overwrite`, and `tar_dereference` fields
- Add default value `"tar"` for `tar_exec` field
Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Change in README.md: Updated required fields for `target` and `source`
- Change in action.yml: Updated description for `target` input field
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
- Update the `description` of `--overwrite` flag in `action.yml`
- Add a new input `tar_dereference` with `--dereference` flag in `action.yml`
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>