We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5d404 commit 9053eb7Copy full SHA for 9053eb7
.github/workflows/lister.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
git config --global user.name "Portable-Linux-Apps"
34
git config --global user.email "[email protected]"
35
- git add *.md
+ git add *.md *.json
36
if git diff-index --quiet HEAD; then
37
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
38
else
0 commit comments