From bb6735eedc16ab885a4670932e7a7654dea7e91b Mon Sep 17 00:00:00 2001 From: Endkind Date: Wed, 18 Jun 2025 00:17:38 +0200 Subject: [PATCH] fix: force removal of setup workflow and reminder files --- .github/workflows/setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 039fec6..18b768d 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -70,7 +70,7 @@ jobs: run: | git config --global user.name "setup-bot" git config --global user.email "setup@github.com" - git rm .github/workflows/setup.yml - git rm .github/setup-reminder.md + git rm -f .github/workflows/setup.yml + git rm -f .github/setup-reminder.md git commit -m "chore: remove setup workflow" git push