We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247cecc commit 0ed8d71Copy full SHA for 0ed8d71
install-quarto/README.md
@@ -12,10 +12,11 @@ This action will:
12
Inputs available
13
14
* `version` - _optional_. If provided, the specific quarto version will be installed. Ex: `version: 0.3.71`
15
+ **Only available on `main` branch**
16
17
```yaml
18
steps:
- - uses: quarto-dev/quarto-actions/install-quarto@master
19
+ - uses: quarto-dev/quarto-actions/install-quarto@main
20
with:
21
version: 0.3.71
22
```
0 commit comments