From fef1d3f0723bd0e4b5c3005c330f9eefdbb40dd7 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Thu, 1 Feb 2024 09:23:33 +0100 Subject: [PATCH] fix: assign the correct name and description to this action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7135c93..b4be6cf 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Build and delivery a Gradle project -description: Build and delivery a Gradle project +name: True YAML Actions +description: Explodes a YAML specification with anchors and merge keys into a format GitHub Actions understands branding: icon: 'rotate-cw' color: 'purple'