actions-js-build icon indicating copy to clipboard operation
actions-js-build copied to clipboard

Run Grunt Task

Open markharrison opened this issue 3 years ago • 1 comments

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

markharrison avatar Dec 24 '21 21:12 markharrison

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.

jds-tag avatar Jun 17 '22 15:06 jds-tag