mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
Fix path for local node12 actions (#371)
Fixes #185 Signed-off-by: Javier Romero <root@jromero.codes>
This commit is contained in:
parent
728caae607
commit
76c46ef07a
13 changed files with 6200 additions and 8 deletions
10
act/runner/testdata/local-action-js/push.yml
vendored
Normal file
10
act/runner/testdata/local-action-js/push.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: local-action-node12
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./actions/node12
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
Loading…
Add table
Add a link
Reference in a new issue