github-action-ssh
github-action-ssh copied to clipboard
🔐 Simple GitHub Action to run commands on a remote server using SSH.
I am getting a deprecation message about node 16: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: garygrossgarten/github-action-ssh@release. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/....
I have checked closed issue `Multiple` discussing execute multiple commands by break line but seems like it doesn't work for me ``` yaml - name: connect to ssh shoutout uses:...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
1.update deps and ver; 2.update example checkout version; 3. add ZH README.md and superlink
Yes, there is no error showing while running the GitHub workflow, it was working before a week ago with same code. any one have idea about this? **automation-live.yml** ``` name:...