Skip to content

remote-bash

Actions
Run remote shell script
0.0.1
LatestPre-release
Star (20)

Usage

name: test
on: [push]
jobs:
  test:
    runs-on: [ubuntu-18.04]
    steps:
      - name: remote-bash
        uses: shinhwagk/remote-bash@0.0.1
        with:
          args: arg1 arg2
        env:
          REMOTE_BASH_URL: https://raw.githubusercontent.com/shinhwagk/remote-bash/master/test.sh
action "exec remote shell script" {
  uses = "shinhwagk/remote-bash@master"
  env = {
    REMOTE_BASH_URL = "https://raw.githubusercontent.com/shinhwagk/remote-bash/master/test.sh"
  }
  args = "arg1 arg2"
}

remote-bash is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run remote shell script
0.0.1
LatestPre-release

remote-bash is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.