diff --git a/.github/workflows/feed.yml b/.github/workflows/feed.yml index 2b94890ccc6..a0d964e7deb 100644 --- a/.github/workflows/feed.yml +++ b/.github/workflows/feed.yml @@ -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'