Skip to content

Commit 021a5be

Browse files
committed
fix(GH Action): correct a typo
correct a typo in d38ca78
1 parent 3e0f713 commit 021a5be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Pandoc
2222
uses: r-lib/actions/setup-pandoc@v2
2323
with:
24-
pandoc version: 'latest'
24+
pandoc-version: 'latest'
2525

2626
- name: Install XeLaTeX
2727
run: sudo apt-get update && sudo apt-get install -y texlive-xetex

0 commit comments

Comments
 (0)