actions-js-build
actions-js-build copied to clipboard
Run Grunt Task
Im passing a specific tasks to run
- name: Compile with Grunt
uses: elstudio/actions-js-build/build@v4
with:
args: build
Doesn't work and I get this the output
Warning: Unexpected input(s) 'args', valid inputs are ['wdPath', 'debug']
I found it works with build@v2
Yes – this was also an issue for me on build@v4
- I had to switch my default gulp task to the one I needed. Having the args version work on v4 would be great. I will try and reverse engineer @v2
and see if I can make a PR for sometime, unless someone can get to it first.