Update .gitea/workflows/update-dispatches.yaml
All checks were successful
Update Dispatches / refresh-news (push) Successful in 3s
All checks were successful
Update Dispatches / refresh-news (push) Successful in 3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user