Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Script Executor

An action which works 🤝 with GoRemoteScriptExecutor
Developed to automatically run scripts on a target server through GitHub Actions.

Inputs

server-address

Required Server Address (e.g. 192.200.12.3)

script-name

Required Shell Script filename which you want to run. (Has to be on the target machine) (e.g. myscript.sh)

password

Required A connection password. (Take a look at setup)

Example usage

  - uses: binozo/githubactionremotescriptexecutor@v1.4
    with:
      server-address: 192.200.12.3
      script-name: myscript.sh
      password: ${{ secrets.server_password }}

About

A GitHub Action to automatically execute a Script. Designed to work 🤝 with GoRemoteScriptExecutor

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages