From 325704e899a70bf9e9085ec88c7baf85275e2864 Mon Sep 17 00:00:00 2001 From: arfoux <129370680+arfoux@users.noreply.github.com> Date: Sun, 25 Aug 2024 11:25:22 +0700 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 279adce..6813845 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -25,8 +25,7 @@ jobs: - name: Clean up original files run: | - rm oisd_big_domainswild.txt - rm oisd_small_domainswild.txt + rm -fr oisd_big.yamle oisd_big_domainswild.txt oisd_small_domainswild.txt - uses: stefanzweifel/git-auto-commit-action@v4 with: