Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elstudio authored Dec 13, 2019
1 parent 8f4465f commit 0ce3432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Perfect for Grunt or Gulp tasks that do CSS (or SASS/LESS) compilation or JS tra
This repository contains two actions that may be used independently -- typically one after another:

- **build** (elstudio/actions-js-build/build@v2): Looks for a gulpfile.js or Gruntfile.js in the working directory, then installs any required npm packages and runs the appropriate build tool. If it finds neither gulp or grunt, the script runs npm. Set the workflow `args` arguments to run the tasks of your choice.
- **commit** (elstudio/actions-js-build/commit@v2): Commits any file changes, and pushes them back to the current branch of the origin repository on GitHub.
- **commit** (elstudio/actions-js-build/commit@v3): Commits any file changes, and pushes them back to the current branch of the origin repository on GitHub.


## Usage
Expand Down

0 comments on commit 0ce3432

Please sign in to comment.