Skip to content

Commit 18b0e0e

Browse files
committed
Fix action by using correct quotes in strings
follow up on #89
1 parent 2de8609 commit 18b0e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: 'Christophe Dervieux'
33
description: 'This action will setup Quarto from the git repository https://github.com/quarto-dev/quarto-cli/'
44
inputs:
55
version:
6-
description: 'The version of Quarto to use. Either a release tag without "v" prefix (e.g., "0.9.486"), "pre-release" for latest built dev version, or 'release', for the latest stable version.'
6+
description: 'The version of Quarto to use. Either a release tag without "v" prefix (e.g., "0.9.486"), "pre-release" for latest built dev version, or "release", for the latest stable version.'
77
required: false
88
default: 'release'
99
tinytex:

0 commit comments

Comments
 (0)