Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhwagk committed May 27, 2019
1 parent e0f1284 commit c03b11e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# github-action-remote-bash
## Usage
```hcl
action "exec remote shell script" {
uses = "shinhwagk/action-remote-bash@master"
env = {
REMOTE_BASH_URL = "https://raw.githubusercontent.com/shinhwagk/github-action-remote-bash/master/test.sh"
}
args = "arg1 arg2"
}
```

0 comments on commit c03b11e

Please sign in to comment.