We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e25e31e + bb6735e commit 481ed07Copy full SHA for 481ed07
1 file changed
.github/workflows/setup.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
git config --global user.name "setup-bot"
72
git config --global user.email "setup@github.com"
73
- git rm .github/workflows/setup.yml
74
- git rm .github/setup-reminder.md
+ git rm -f .github/workflows/setup.yml
+ git rm -f .github/setup-reminder.md
75
git commit -m "chore: remove setup workflow"
76
git push
0 commit comments