Skip to content

Commit

Permalink
chore(feed): update feed file patterns
Browse files Browse the repository at this point in the history
- Updated feed file patterns in feed.yml
- Changed file_pattern to include .atom and .rss files
  • Loading branch information
guanguans committed Apr 11, 2024
1 parent b345e5a commit f173501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_options: '--no-verify'
commit_message: 'Update feed'
file_pattern: '**.{atom,rss}'
file_pattern: '**.atom **.rss'

0 comments on commit f173501

Please sign in to comment.