Merge pull request #15499 from SandPoot/quick-fix

Snaps "Convert Lineendings"
This commit is contained in:
silicons
2022-02-06 20:14:08 -08:00
committed by GitHub

View File

@@ -37,10 +37,6 @@ jobs:
if: steps.value_holder.outputs.CL_ENABLED
run: |
python tools/ss13_genchangelog.py html/changelogs
- name: "Convert Lineendings"
if: steps.value_holder.outputs.CL_ENABLED
run: |
unix2dos html/changelogs/.all_changelog.yml
- name: Commit
if: steps.value_holder.outputs.CL_ENABLED
run: |