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.
exit 1
1 parent 9d21240 commit 49531a7Copy full SHA for 49531a7
.github/workflows/cleaner.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: "Run cleaner"
25
run: |
26
LIST=$(curl -Ls https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-apps)
27
+ [ -z "$LIST" ] && exit 1
28
MDS=$(ls apps/* | sed 's:.*/::; s/.md$//g')
29
PNGS=$(ls icons/* | sed 's:.*/::; s/.png$//g')
30
for m in $MDS; do
0 commit comments