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 3c89973 commit 7aaa79aCopy full SHA for 7aaa79a
.github/workflows/lister.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
git config --global user.name "Portable-Linux-Apps"
33
git config --global user.email "[email protected]"
34
- git add *.md *.json
+ git add *.md *.json am2pla-site
35
if git diff-index --quiet HEAD; then
36
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
37
else
0 commit comments