We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa96f44 + 09b6826 commit 9accbcfCopy full SHA for 9accbcf
.github/workflows/extract-comments.yml
@@ -49,6 +49,6 @@ jobs:
49
run: |
50
git config --global user.name 'GitHub Actions'
51
git config --global user.email 'actions@github.com'
52
- git add docs/todos/code_annotations.md docs/todos/code_annotations.json
+ git add docs/todos/code_annotations.md docs/todos/code_annotations.json docs/todos/code_annotations_dashboard.html
53
git diff --quiet && git diff --staged --quiet || git commit -m "Update code annotations report"
54
git push origin HEAD:"${GITHUB_REF#refs/heads/}"
0 commit comments