Skip to content

Commit 247cecc

Browse files
committed
Add version input in README
1 parent 9b540cd commit 247cecc

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

install-quarto/README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# install-quarto
22

3-
Install last Quarto release (https://github.com/quarto-dev/quarto-cli/releases) using GitHub Actions. This action can be used to install Quarto on all runner OS and `quarto` will be available from PATH.
3+
Install a Quarto release (https://github.com/quarto-dev/quarto-cli/releases) using GitHub Actions. This action can be used to install Quarto on all runner OS and `quarto` will be available from PATH
44

55
## Usage
66

7+
This action will:
8+
9+
* Download the Github Release of Quarto on Mac and Linux and install it
10+
* On Windows, it will for now use Scoop to install Quarto, as we have still an issue with Quarto MSI on Github Action (https://github.com/quarto-dev/quarto-cli/issues/108)
11+
12+
Inputs available
13+
14+
* `version` - _optional_. If provided, the specific quarto version will be installed. Ex: `version: 0.3.71`
15+
16+
```yaml
17+
steps:
18+
- uses: quarto-dev/quarto-actions/install-quarto@master
19+
with:
20+
version: 0.3.71
21+
```
22+
723
Example on different OS:
824
925
```yaml
@@ -33,7 +49,3 @@ jobs:
3349
quarto --version
3450
```
3551
36-
This action will
37-
38-
* Download the Github Release of quarto on Mac and Linux and install it
39-
* On Windows, it will for now use Scoop to install Quarto msi, until Quarto MSI file can be installed on Github Action (https://github.com/quarto-dev/quarto-cli/issues/108)

0 commit comments

Comments
 (0)