Skip to content

Commit

Permalink
fix: missing commit files
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Dec 24, 2024
1 parent 4ab52bd commit cf6132a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blog-localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
if: steps.sync-command-again-3.outcome == 'failure'
run: yarn gen:all
- name: "Commit sync contents"
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[GitHub Action] Sync blog contents from AFFiNE Cloud"
file_pattern: "content/blog/*.json content/templates/*.json content/changelogs/*.json public/rss.xml public/sitemap.xml"
file_pattern: "content/blog/*.json content/templates/*.json content/changelogs/*.json content/page-metas.json public/rss.xml public/sitemap.xml"
skip_fetch: true
skip_checkout: true

0 comments on commit cf6132a

Please sign in to comment.