Skip to content

Commit 9d9faf5

Browse files
Fix/fix action (#203)
* fix: fix github action * fix: fix github action
1 parent 325ec9c commit 9d9faf5

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
@@ -85,6 +85,7 @@ jobs:
8585
git config --global user.name "github-actions[bot]"
8686
git config --global user.email "github-actions[bot]@users.noreply.github.com"
8787
git add TODO_REPORT.md CHANGELOG.md
88+
git add .
8889
git diff --cached --quiet && echo "No changes to commit." || git commit -m "chore(report): update TODO report and changelog [skip ci]"
8990
git pull --rebase origin main
9091
git push

0 commit comments

Comments
 (0)