2020-02-10 17:27:05 -06:00
|
|
|
name: remote-action-js
|
|
|
|
on: push
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2020-08-01 21:05:25 -05:00
|
|
|
- uses: actions/hello-world-javascript-action@v1
|
2020-02-10 17:27:05 -06:00
|
|
|
with:
|
|
|
|
who-to-greet: 'Mona the Octocat'
|
2020-02-27 16:17:01 -06:00
|
|
|
|
|
|
|
- uses: cloudposse/actions/github/slash-command-dispatch@0.14.0
|