Skip to content

Commit 9accbcf

Browse files
committed
Merge branch 'devdev' of github.com:maelemiel/extract_comments into dev
2 parents fa96f44 + 09b6826 commit 9accbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extract-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: |
5050
git config --global user.name 'GitHub Actions'
5151
git config --global user.email 'actions@github.com'
52-
git add docs/todos/code_annotations.md docs/todos/code_annotations.json
52+
git add docs/todos/code_annotations.md docs/todos/code_annotations.json docs/todos/code_annotations_dashboard.html
5353
git diff --quiet && git diff --staged --quiet || git commit -m "Update code annotations report"
5454
git push origin HEAD:"${GITHUB_REF#refs/heads/}"

0 commit comments

Comments
 (0)