Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of running task of your choice to documenation #10

Open
kylemhall opened this issue Dec 18, 2019 · 1 comment
Open

Add example of running task of your choice to documenation #10

kylemhall opened this issue Dec 18, 2019 · 1 comment

Comments

@kylemhall
Copy link

kylemhall commented Dec 18, 2019

The documentation states:

Set the workflow args arguments to run the tasks of your choice.

But provides no example, could you add one?

Thanks!

@dimitrysh
Copy link

dimitrysh commented Apr 6, 2020

Hi @kylemhall !
In our project at this moment we added custom build task with Gulp. We have experimented with some syntax solutions and have gotten right one. I hope it will be usefull for you or for someone else :)

jobs:

  deploy:

    runs-on: ubuntu-latest

    steps:

    - uses: actions/checkout@v2

    - name: Compile with Gulp
      uses: elstudio/actions-js-build/build@v2
      with:
        args: build

With this code we launch task gulp build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants