1
0
mirror of https://gitea.com/gitea/act synced 2025-08-10 23:02:52 +00:00
Files
act/pkg/runner/testdata/remote-action-js/push.yml

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