Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Mar 5, 2024
1 parent 04a8a2d commit 224c34b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ branding:
color: blue
inputs:
code-server-version:
description: >
Which version of code-server to install. This defaults to the latest
stable release. Use 'edge' to download the latest prerelease, or a 'N.N.N'
versions specifier if you wish. Use 'latest' (the default) to download the
latest version.
description: Which version of code-server to install. This defaults to the latest stable release. Use `edge` to download the latest prerelease, or a `N.N.N` versions specifier if you wish. Use `latest` (the default) to download the latest version. This field **does not** support semver specifiers.
default: latest
runs:
using: composite
Expand Down

0 comments on commit 224c34b

Please sign in to comment.