We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b96cc8 commit baf242cCopy full SHA for baf242c
.github/workflows/sync-articles-with-3rd-party.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
MEDIUM_TOKEN_FRS: ${{ secrets.MEDIUM_TOKEN_FRS }}
20
run: cd packages/blog && pnpm sync-posts --sync-with-medium
21
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
22
with:
23
commit_message: "chore: add updated articles after sync [no ci]"
24
file_pattern: 'packages/blog/.vitepress/*'
0 commit comments