Run SSH command
Version updated for https://github.com/garygrossgarten/github-action-ssh to version 0.9.0.
- This action is used across all versions by 1,872 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action allows users to execute commands on a remote server via SSH directly within a GitHub Actions workflow. It automates tasks like remote server management, deployment, or file operations by securely connecting to the server using credentials such as private keys or passwords. Its key capabilities include support for various authentication methods (e.g., private key, passphrase, password) and customizable SSH connection settings.
Release notes
What’s Changed
- Update node.js to v24 by @jdl824 in https://github.com/garygrossgarten/github-action-ssh/pull/43
- Node 24 by @garygrossgarten in https://github.com/garygrossgarten/github-action-ssh/pull/44
New Contributors
- @jdl824 made their first contribution in https://github.com/garygrossgarten/github-action-ssh/pull/43
Full Changelog: https://github.com/garygrossgarten/github-action-ssh/compare/0.8.0...0.9.0