From b011232958531d7f7b0e1b72ca939837602ad46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juani=20Gal=C3=A1n?= Date: Sat, 2 Jan 2021 17:38:46 +0100 Subject: [PATCH] Update action.yml --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8fc1543..b2c540e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ name: 'Monorepolyser' description: 'Awesome set of tools and validators for your yarn monorepo' +icon: activity inputs: check-dependencies: description: 'Whether the github action will check the monorepo dependencies integrity or not' @@ -35,4 +36,4 @@ inputs: default: '' runs: using: 'node12' - main: 'packages/ga-monorepolyser/dist/index.js' \ No newline at end of file + main: 'packages/ga-monorepolyser/dist/index.js'