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