Skip to content

Commit

Permalink
Fix boolean check.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 20, 2024
1 parent c3c9719 commit 351bcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-markdown-to-pdf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- run: tlmgr --version
shell: pwsh # Needed because tlmgr is .bat file on Windows
- name: Set TeX Live repository
if: inputs.use-historic-texlive-distribution == 'false'
if: inputs.use-historic-texlive-distribution == 'true'
run: tlmgr option repository ftp://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${{ inputs.tinytex-version-year }}/tlnet-final
shell: pwsh # Needed because tlmgr is .bat file on Windows
- name: Update tlmgr
Expand Down

0 comments on commit 351bcf9

Please sign in to comment.