Update .gitea/workflows/update-dispatches.yaml
All checks were successful
Update Dispatches / refresh-news (push) Successful in 3s

This commit is contained in:
2026-02-06 07:49:13 -05:00
parent 34551d3915
commit b791639077

View File

@@ -15,11 +15,16 @@ jobs:
- name: Generate News Scroll
shell: bash
run: |
# --- News Logic ---
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" > dispatches.txt
echo " 🔥 DYNASTY REVOLUTION: LATEST DISPATCHES 🔥" >> dispatches.txt
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" >> dispatches.txt
git log -3 --pretty=format:"🔹 [%ad] %s (%an)" --date=format:"%m-%d-%Y" >> dispatches.txt
echo -e "\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" >> dispatches.txt
# --- Module Manifest Logic (ADD THIS HERE) ---
# This lists everything inside your 'modules' folder to a text file
ls -1 modules/ > modules_list.txt
- name: Commit and Push
shell: bash