1 parent a6d758d commit ed8dcc5Copy full SHA for ed8dcc5
1 file changed
.github/workflows/fetch-news.yml
@@ -35,4 +35,4 @@ jobs:
35
git config user.email "github-actions[bot]@users.noreply.github.com"
36
git add public/news.json
37
git diff --staged --quiet && echo "No changes." || \
38
- git commit -m "chore: update tech news feed [skip ci]" && git push
+ git commit -m "chore: update tech news feed" && git push
0 commit comments