From 7d3ad3457cc4985d5a8ba13d45838e4414e64fd1 Mon Sep 17 00:00:00 2001 From: jinnatul Date: Thu, 1 Oct 2020 13:05:35 +0600 Subject: [PATCH] add new utility action (Minisauras) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..14b5557 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. - [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. - [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. +- [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. #### Environments