Add Git pull step before mirror commit and push in workflow

This commit is contained in:
daydreamer-json
2026-03-12 17:55:53 +09:00
parent f9beca372c
commit e8d20949df

View File

@@ -48,6 +48,8 @@ jobs:
continue-on-error: true
- name: Format output folder
run: bun x oxfmt output
- name: Git pull
run: git pull
- name: Git commit and push
uses: iarekylew00t/verified-bot-commit@v2
with: