Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/gulp-runner
Runs defined gulp tasks on push. 🥤🏃🏻
https://github.com/2kabhishek/gulp-runner
continuous-delivery continuous-integration github github-actions gulp gulpjs
Last synced: 2 months ago
JSON representation
Runs defined gulp tasks on push. 🥤🏃🏻
- Host: GitHub
- URL: https://github.com/2kabhishek/gulp-runner
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-09-13T16:25:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:37:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T23:41:20.833Z (2 months ago)
- Topics: continuous-delivery, continuous-integration, github, github-actions, gulp, gulpjs
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/gulp-runner
- Size: 38.1 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gulp Runner
This github action will run default tasks mentioned in a gulp file and then commit the changes.
## Requirements
Add a secret named `REPO_GITHUB_TOKEN` to your repo for pushing updated changes.
## Customization
In your repo's `.github/workflows/main.yml` file `paths` can be customized.
### More customizations
For custom commit messgaes, fork the repo, In the `.github/workflows/gulp-runner.yml` commit messages can be customized.