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

Commit

Permalink
Fix wrong default value
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Mar 21, 2020
1 parent b6caa5f commit d594fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'shiipou'
inputs:
v-version:
description: 'The VLang version to download and use.'
default: 'master'
default: 'latest'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit d594fed

Please sign in to comment.