We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57421c1 commit 2faeafaCopy full SHA for 2faeafa
.github/workflows/getbadge.yml
@@ -39,14 +39,10 @@ jobs:
39
git config --local user.email "[email protected]"
40
git config --local user.name "[bot]"
41
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
-
48
- name: Commit update
49
run: |
+ git status
+ git diff
50
git add ${{github.workspace}}/assets/test.md
51
git commit -m "Update download count [skip ci]" -a
52
0 commit comments