Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: appleboy/ssh-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: appleboy/ssh-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 7, 2024

  1. fix(sudo): support request_pty to execute sudo command (#288)

    - Add a new job called `testing05` to the CI workflow
    - Update the base image in the Dockerfile from `1.7.2` to `1.7.3`
    - Update the action name, description, and author in the action.yml file
    - Update the descriptions for various inputs in the action.yml file
    - Add a new input `request_pty` with a description in the action.yml file
    - Update the `using` and `image` fields in the action.yml file
    - Update the `using` and `image` fields in the runs section of the action.yml file
    - Update the `icon` and `color` fields in the branding section of the action.yml file
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d134a26 View commit details
    Browse the repository at this point in the history
  2. 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>
    appleboy committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    029f5b4 View commit details
    Browse the repository at this point in the history
Loading