We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I prefer to always use the latest released version of Pandoc, and my current way of doing this is my hard-coding the version number.
- uses: r-lib/actions/setup-pandoc@v2 with: pandoc-version: "2.19.2"
But this is, of course, suboptimal since I manually need to keep updating the version number.
Instead, I was wondering if it would be possible to use some sentinel value, like the following (which currently doesn't work):
- uses: r-lib/actions/setup-pandoc@v2 with: pandoc-version: release
This is similar to how one can install the latest pre-release version of Quarto:
- uses: quarto-dev/quarto-actions/setup@v2 with: version: pre-release
The text was updated successfully, but these errors were encountered:
This is tracked at #469.
Sorry, something went wrong.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue
No branches or pull requests
I prefer to always use the latest released version of Pandoc, and my current way of doing this is my hard-coding the version number.
But this is, of course, suboptimal since I manually need to keep updating the version number.
Instead, I was wondering if it would be possible to use some sentinel value, like the following (which currently doesn't work):
This is similar to how one can install the latest pre-release version of Quarto:
The text was updated successfully, but these errors were encountered: