Skip to content

Commit

Permalink
Fix typo in resyntax-autofixer.yml
Browse files Browse the repository at this point in the history
This broke the autofixer runs.
  • Loading branch information
jackfirth authored and sorawee committed Dec 3, 2024
1 parent cccdf10 commit cb920d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install and setup
run: |
raco pkg install -i --auto --no-setup --skip-installed gui-test
raco pkg update --auto --no-setup gui-doc gui-lib gui text-table
raco setup gui-doc gui-lib gui-test gui text-table
raco pkg update --auto --no-setup gui-doc gui-lib gui tex-table
raco setup gui-doc gui-lib gui-test gui tex-table
- name: Create a Resyntax pull request
uses: jackfirth/[email protected]
with:
Expand Down

0 comments on commit cb920d9

Please sign in to comment.