We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc51b89 commit ea8bfd7Copy full SHA for ea8bfd7
1 file changed
.github/workflows/discourse-sync.yml
@@ -27,6 +27,6 @@ jobs:
27
run: |
28
git config --local user.email "action@github.com"
29
git config --local user.name "GitHub Action"
30
- git add data/community-stats.json
+ git add data/community_stats.json
31
git diff --staged --quiet || git commit -m "Update community stats"
32
git push
0 commit comments