From 65244c834828841d3101fa1e127b50a30c3a2b0e Mon Sep 17 00:00:00 2001 From: Mr_Ramych Date: Sun, 9 Dec 2018 20:17:05 +0300 Subject: [PATCH] Add Gradle actions to the list This action runs Gradle tasks using wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87bb2a4..96b41c9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) - [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages) - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) +- [Execute Gradle task](https://github.com/MrRamych/gradle-actions) ### Tutorials