1
0
mirror of https://gitea.com/gitea/act synced 2025-02-07 08:39:42 +00:00

13 lines
260 B
YAML

name: remote-action-js
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/hello-world-javascript-action@v1
with:
who-to-greet: 'Mona the Octocat'
- uses: cloudposse/actions/github/slash-command-dispatch@0.14.0