File tree Expand file tree Collapse file tree 2 files changed +11
-323
lines changed
Expand file tree Collapse file tree 2 files changed +11
-323
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,24 @@ jobs:
2121 - name : " Checkout source repository"
2222 uses : actions/checkout@v4
2323
24+ - name : " Prepare lists"
25+ run : |
26+ wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/tools/am2pla-site && chmod a+x ./am2pla-site || exit 1
27+ sed -i 's/^cd "$(xdg-user-dir DESKTOP)"/#cd "$(xdg-user-dir DESKTOP)"/g' ./am2pla-site || exit 1
28+ wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-apps || exit 1
29+ wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-appimages || exit 1
30+
2431 - name : " Run lister"
2532 run : |
26- sed -i 's/^cd "$(xdg-user-dir DESKTOP)"/#cd "$(xdg-user-dir DESKTOP)"/g' ./am2pla-site
27- #chmod a+x ./am2pla-site
28- ./am2pla-site
33+ [ -f ./am2pla-site ] && ./am2pla-site || exit 1
34+ wait
35+ rm -f ./am2pla-site
2936
3037 - name : " Push to Source"
3138 run : |
3239 git config --global user.name "Portable-Linux-Apps"
3340 git config --global user.email "[email protected] " 34- git add *.md *.json am2pla-site
41+ git add *.md *.json
3542 if git diff-index --quiet HEAD; then
3643 echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
3744 else
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments