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