From 76166f0035a8b49e874f4e40bdd3defd2eb49342 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Sat, 21 Sep 2019 21:02:05 +0200 Subject: [PATCH] refine readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71725fd..0c0e368 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This Github Action can be used to run arbitrary Gradle commands on any platform supported by Github Actions. +You might also be interested by the related [Gradle Plugin](https://github.com/eskatos/gradle-github-actions-plugin) that allows your build to easily get Github Actions environment and tag Gradle Build Scans accordingly. ## Usage