From fa185453c846bc100a335597fa5f1f7bd882a057 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sun, 27 Nov 2022 23:01:11 +0000 Subject: [PATCH] Allow publishing to GitHub Marketplace --- action.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 1fec824..a4b8e99 100644 --- a/action.yml +++ b/action.yml @@ -3,12 +3,10 @@ author: Paulo F. Oliveira branding: color: blue icon: code -description: - This GitHub action parses a `.tool-versions` file (as - [specified by `asdf`](https://asdf-vm.com/manage/configuration.html)), found at the root folder of - your GitHub repository, reads the versions declared therein and makes these available as - outputs from an identified step. -name: parse-tool-versions +description: > + Parse a `.tool-versions` file (as specified by `asdf`) and make tool/versions available as outputs + from an identified step. +name: "@paulo-ferraz-oliveira/parse-tool-versions" runs: main: dist/index.mjs using: node16