Skip to content

Commit

Permalink
Allow publishing to GitHub Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Nov 27, 2022
1 parent 0340ae5 commit fa18545
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa18545

Please sign in to comment.