Skip to content

Commit 9053eb7

Browse files
authored
Update lister.yml
1 parent ca5d404 commit 9053eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lister.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.name "Portable-Linux-Apps"
3434
git config --global user.email "[email protected]"
35-
git add *.md
35+
git add *.md *.json
3636
if git diff-index --quiet HEAD; then
3737
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
3838
else

0 commit comments

Comments
 (0)