Skip to content

Commit 1731682

Browse files
authored
Update update-readme.yml
1 parent 8e6a8e0 commit 1731682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Tambahkan folder yang ada ke list
5656
for folder in ${{ env.folders }}; do
5757
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"
58+
UPDATED_FOLDER_LIST="$UPDATED_FOLDER_LIST- |🗂️ [$folder]|[$folder](./$folder)|\n"
5959
done
6060
6161
# Gantikan placeholder dengan daftar folder yang diperbarui di README.md

0 commit comments

Comments
 (0)