Skip to content

Commit

Permalink
chore: add outputs to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Feb 28, 2021
1 parent f616f1c commit 87a1429
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Expand Up @@ -9,6 +9,11 @@ inputs:
description: 'Deno version'
default: 'latest'
required: false
outputs:
version:
description: 'version of deno that was installed'
deno_path:
description: 'path to installed deno binary'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 87a1429

Please sign in to comment.