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