Skip to content

Commit 2faeafa

Browse files
committed
another try
1 parent 57421c1 commit 2faeafa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/getbadge.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,10 @@ jobs:
3939
git config --local user.email "[email protected]"
4040
git config --local user.name "[bot]"
4141
42-
- name: Remove outdated file
43-
run: |
44-
git rm --cached ${{github.workspace}}/assets/test.md
45-
git add .
46-
git commit -m "removed file temporarily"
47-
4842
- name: Commit update
4943
run: |
44+
git status
45+
git diff
5046
git add ${{github.workspace}}/assets/test.md
5147
git commit -m "Update download count [skip ci]" -a
5248

0 commit comments

Comments
 (0)