Skip to content

Commit 3cf71da

Browse files
committed
fix: fix github action
1 parent 1424cbe commit 3cf71da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/todo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@ jobs:
8686
git config --global user.email "github-actions[bot]@users.noreply.github.com"
8787
git add TODO_REPORT.md CHANGELOG.md
8888
git diff --cached --quiet && echo "No changes to commit." || git commit -m "chore(report): update TODO report and changelog [skip ci]"
89+
git pull --rebase origin main
8990
git push
9091

0 commit comments

Comments
 (0)