Skip to content

Commit 2e869e4

Browse files
committed
chore: fix "git commit" when there is no pdd.json file
The error was: error: pathspec 'pdd.json' did not match any file(s) known to git Correction for b7a7af8 commit.
1 parent f25ef34 commit 2e869e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/todos-extract-from-code.yml

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
NEW_COMMIT_MSG: "chore: processed ${{ env.COMMIT_MSG }}"
166166
working-directory: generated-todos
167167
run: |
168+
git add pdd.json
168169
git commit pdd.json todos-in-code.tsv -m "$NEW_COMMIT_MSG"
169170
git push
170171

0 commit comments

Comments
 (0)