From 662283db549125b6f9146f5ec4837ecd333be55d Mon Sep 17 00:00:00 2001 From: Sirisak Lueangsaksri <1087399+spywhere@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:13:47 +0700 Subject: [PATCH] ci(actions): fix typo --- .github/workflows/macos-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 67e795a..eef8553 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -22,7 +22,7 @@ jobs: brew uninstall --ignore-dependencies $REMOVE_PACKAGES fi if test -n "$REMOVE_FILES"; then - rm -f $REMOVE_PACKAGES + rm -f $REMOVE_FILES fi - name: Installation Info run: | @@ -51,7 +51,7 @@ jobs: brew uninstall --ignore-dependencies $REMOVE_PACKAGES fi if test -n "$REMOVE_FILES"; then - rm -f $REMOVE_PACKAGES + rm -f $REMOVE_FILES fi - name: Installation Info run: |