Skip to content

Tags: appleboy/ssh-action

Tags

v1.2.1

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: standardize formatting and update dependencies in workflows

- Change the title format in the bug report template from single quotes to double quotes
- Update `appleboy/ssh-action` version from `v1.2.0` to `v1.2.1` in multiple workflow files
- Remove unnecessary blank lines in the bug report template

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.2.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs(readme): update SSH action and enhance Chinese README files

- Update `appleboy/ssh-action` from version `v1.1.0` to `v1.2.0` in multiple instances
- Add `script_file` option to the Chinese (Simplified) and Chinese (Traditional) README files
- Add example for executing commands from a file in the Chinese (Simplified) and Chinese (Traditional) README files

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.1.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: implement automated release workflow with GoReleaser

- Add GitHub Actions workflow for GoReleaser
- Configure GoReleaser to skip builds
- Set up changelog groups for features, bug fixes, enhancements, refactors, build process updates, and documentation updates

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.0.3

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs: update README.md and improve code documentation

- Add a new entry for `request_pty` in the README.md file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.0.2

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update SSH action version in README files

- Update the version of the `appleboy/ssh-action` to `v1.0.2` in the `README.md` and `README.zh-tw.md` files.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.0.1

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update appleboy/ssh-action to v1.0.1 in documentation

- Update appleboy/ssh-action from v1.0.0 to v1.0.1 in README.md
- Update appleboy/ssh-action from v0.1.10 to v1.0.1 in README.zh-tw.md

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.0.0

docs: update appleboy/ssh-action version in README

- Update the version of `appleboy/ssh-action` from `v0.1.10` to `v0.2.0` in multiple places in the README file.

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.1.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update action configuration for greater flexibility (#240)

- Update base image version from `1.6.12` to `1.6.13` in Dockerfile
- Add `envs_format` input with flexible configuration in action.yml
- Add a line to README.md pointing to action.yml for more information

fix #213

v0.1.9

chore: improve SSH key handling and documentation

- Upgrade the ssh-action package from version `v0.1.8` to `v0.1.9`
- Update the ssh-keygen command to use `-t ed25519 -a 200 -C` flag with an email address
- Clarify how to pass environment variables as strings in the `env` object
- Add a command to check the fingerprint of an ed25519 key in the README
- Remove duplicate Host entry for `FooServer` in the Chinese version of the README

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>

v0.1.8

docs: update to v0.1.8 version

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>