Skip to content

Commit 481ed07

Browse files
authored
Merge pull request #15 from EnderModuBot/bug/14-workflow-failed-end
fix: force removal of setup workflow and reminder files
2 parents e25e31e + bb6735e commit 481ed07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
git config --global user.name "setup-bot"
7272
git config --global user.email "setup@github.com"
73-
git rm .github/workflows/setup.yml
74-
git rm .github/setup-reminder.md
73+
git rm -f .github/workflows/setup.yml
74+
git rm -f .github/setup-reminder.md
7575
git commit -m "chore: remove setup workflow"
7676
git push

0 commit comments

Comments
 (0)