Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
small fixes for action description
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo committed Oct 2, 2019
1 parent 2993188 commit 5bcf84f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: 'Setup GraalVM environment'
description: 'Setup your runner with GraalVM'
author: 'DeLaGuardo'
graalvm-version:
description: 'The GraalVM version to make available on the path.'
required: true
branding:
icon: 'gift'
color: 'blue'
inputs:
graalvm-version:
description: 'The GraalVM version to make available on the path.'
required: true
runs:
using: 'node12'
main: 'lib/setup-graalvm.js'

0 comments on commit 5bcf84f

Please sign in to comment.