From f188ede3fba253902256c1f76fa7cc805b17c571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E3=81=84=E3=81=AD=E3=81=93?= Date: Sat, 23 Nov 2024 20:25:21 +0700 Subject: [PATCH] Update core.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 白いねこ --- .github/workflows/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 3a3ac53..91f5c28 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -32,8 +32,8 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" rm mingw-w64-dlfcn-1.4.1-1.src.tar.zst - rm .gitignore - rm -rf .github/workflows/*.yml + rm .gitignore || true + rm -rf .github/workflows/*.yml || true git add . git commit -m "GNU Windows extension extractor for GitHub Actions" git push