testing workflow
Some checks failed
Modlist update / update (push) Has been cancelled

This commit is contained in:
2025-10-18 13:23:00 -04:00
parent 57061a7d3c
commit 533f5f3843
2 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
name: "Modlist update"
on: push
jobs:
update:
runs-on: wind
steps:
- name: "grabbing new mods"
uses: actions/checkout@v4
- name: "unzip mods"
shell: bash
id: getfiles
run: |
unzip unzip_me.zip
ls --format=single-column *.jar >> $GITHUB_OUTPUT
- name: "truncate readme"
shell: bash
run: |
sed -i 's/## List of Mods.*/## List of Mods/' README.md
cat README.md

View File

@@ -1,4 +1,4 @@
# Minecraft Server Modpack
This is the current modpack for the current Minecraft season
## Mods
## List of Mods