- Corrected a typo in the instructions for changing the default OpenSSH shell to git bash
- Added instructions to set `tar_dereference` and `rm` variable to `true` in the YAML file
- Advised against putting the `port` value through a variable
- Provided guidance on converting the target path to a Unix path: `/c/path/to/target/`
Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Change the `target` field value from `"test"` to `your_server_target_folder_path` in multiple places in the file.
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
- Add a new job `changes` to the `ci.yml` file
- Copy changed files to a server in the `changes` job
- Add a YAML code block to the `README.md` file
fix https://github.com/appleboy/scp-action/issues/73
- Add a deployment job to the CI workflow
- Upload `world.txt` as an artifact
- Download the artifact to the `distfiles` directory
- Add a step to copy files to a server using SSH
fix https://github.com/appleboy/scp-action/issues/35
- 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 `README.md` file with more details about tar flags
- Replace `use --overwrite` with `overwrite existing files when extracting` in the `README.md` file
- Replace `use --dereference` with `follow symlinks; archive and dump the files they point to` in the `README.md` file
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>