From 2e7212af6637b4d4616d4337ed50f0ba91ab3d01 Mon Sep 17 00:00:00 2001 From: Jacqueline Firth Date: Mon, 2 Dec 2024 23:40:21 -0800 Subject: [PATCH] Fix typo in resyntax-autofixer.yml This broke the autofixer runs. --- .github/workflows/resyntax-autofixer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index 7dea9c494..1af175a54 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -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/create-resyntax-pull-request@v0.5.1 with: