Skip to content

Commit

Permalink
[setup-r-dependencies]: fix pandoc auto-install
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Feb 29, 2024
1 parent 4307cec commit 0ed4cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-r-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ runs:
working-directory: ${{ inputs.working-directory }}

- name: Install pandoc if needed
if: ${{ steps.check-pandoc.outputs.install }}
if: ${{ steps.check-pandoc.outputs.install == 'true' }}
uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: ${{ inputs.pandoc-version }}
Expand Down

0 comments on commit 0ed4cdf

Please sign in to comment.