An action which works 🤝 with GoRemoteScriptExecutor
Developed to automatically run scripts on a target server through GitHub Actions.
Required Server Address (e.g. 192.200.12.3)
Required Shell Script filename which you want to run. (Has to be on the target machine) (e.g. myscript.sh)
Required A connection password. (Take a look at setup)
- uses: binozo/githubactionremotescriptexecutor@v1.4
with:
server-address: 192.200.12.3
script-name: myscript.sh
password: ${{ secrets.server_password }}