1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00
Files
act/pkg/runner/testdata/local-action-js/push.yml
Javier Romero 729adec5e5 Fix path for local node12 actions (#371)
Fixes #185

Signed-off-by: Javier Romero <root@jromero.codes>
2020-09-29 13:39:45 -07:00

11 lines
170 B
YAML

name: local-action-node12
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./actions/node12
with:
who-to-greet: 'Mona the Octocat'