Update test.yml

This commit is contained in:
Xikaro 2024-01-20 21:13:25 +05:00
parent 70190aa8a9
commit 695c6e19b5

View file

@ -21,7 +21,6 @@ jobs:
mc_version: ${{ steps.info.outputs.mc_version }}
changelog_ru: ${{ steps.changelog_ru.outputs.description }}
changelog_en: ${{ steps.changelog_en.outputs.description }}
changelog_mods: ${{ steps.changelog_mods.outputs.mods_list }}
steps:
- name: Checkout
@ -68,37 +67,6 @@ jobs:
with:
path: CHANGELOG_EN.md
- name: Changelog Parser
id: changelog_mods
run: |
mods_list='
### New Mods
- Fps Reducer
- Voice Chat
- Dynview
- KryptonReforged
- LocalizedChat
- nanhealthfixer
- tfcchannelcasting
- toofast
- no-report-button
### Update mods
- GregTech -> 1.1.0
- TerraFirmaCraft -> 3.1.5
- TerraFirmaGreg Core -> 0.4.0
- Canary -> 0.3.2.
- CreativeCore -> 2.11.22
- Curios -> 5.5.0
- Firstperson -> 2.3.0
- FTB-quests -> 2001.3.1
- kubejs -> 2001.6.4-build.127
- moonlight -> 2.8.84
- PlayerRevive -> 2.0.22
### Deleted mods
- NoChatReports
'
echo "$mods_list" >> $GITHUB_OUTPUT
# build-cf-modpack:
# name: Build CF Modpack
# runs-on: ubuntu-latest