mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
fix: missing defaults in nodejs pre (#1349)
* Update action.go * add Test Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
00a9889594
commit
6fd5a6c9ab
3 changed files with 26 additions and 0 deletions
23
act/runner/testdata/remote-action-composite-js-pre-with-defaults/push.yml
vendored
Normal file
23
act/runner/testdata/remote-action-composite-js-pre-with-defaults/push.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: remote-action-composite-js-pre-with-defaults
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: nektos/act-test-actions/composite-js-pre-with-defaults/js@main
|
||||
with:
|
||||
in: nix
|
||||
- uses: nektos/act-test-actions/composite-js-pre-with-defaults@main
|
||||
with:
|
||||
in: secretval
|
||||
- uses: nektos/act-test-actions/composite-js-pre-with-defaults@main
|
||||
with:
|
||||
in: secretval
|
||||
- uses: nektos/act-test-actions/composite-js-pre-with-defaults/js@main
|
||||
with:
|
||||
pre: "true"
|
||||
in: nix
|
||||
- uses: nektos/act-test-actions/composite-js-pre-with-defaults/js@main
|
||||
with:
|
||||
in: nix
|
Loading…
Add table
Add a link
Reference in a new issue