diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 687c75e..d05ca44 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -86,5 +86,6 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git add TODO_REPORT.md CHANGELOG.md git diff --cached --quiet && echo "No changes to commit." || git commit -m "chore(report): update TODO report and changelog [skip ci]" + git pull --rebase origin main git push \ No newline at end of file