Skip to content

Commit ed8dcc5

Browse files
authored
release: v2.0.1 — Fix fetch news action (#6)
* fix: do not skip actions on news commit
1 parent a6d758d commit ed8dcc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-news.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
git config user.email "github-actions[bot]@users.noreply.github.com"
3636
git add public/news.json
3737
git diff --staged --quiet && echo "No changes." || \
38-
git commit -m "chore: update tech news feed [skip ci]" && git push
38+
git commit -m "chore: update tech news feed" && git push

0 commit comments

Comments
 (0)