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 27e6714 commit 569fb6aCopy full SHA for 569fb6a
.github/workflows/update-readme.yml
@@ -55,7 +55,7 @@ jobs:
55
# Tambahkan folder yang ada ke list
56
for folder in ${{ env.folders }}; do
57
folder_clean=$(echo "$folder" | tr '[:upper:]' '[:lower:]' | sed 's/^[ \t]*//;s/[ \t]*$//') # Normalisasi nama folder
58
- UPDATED_FOLDER_LIST="$UPDATED_FOLDER_LIST- [$folder](./$folder)\n"
+ UPDATED_FOLDER_LIST="$UPDATED_FOLDER_LIST- [$folder]|(./$folder)\n"
59
done
60
61
# Gantikan placeholder dengan daftar folder yang diperbarui di README.md
0 commit comments