Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9434759

Browse files
committed
Update compile_changelogs.yml
1 parent d8080fd commit 9434759

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/compile_changelogs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ jobs:
2828
- name: "Compile"
2929
run: |
3030
python tools/ss13_genchangelog.py html/changelogs
31-
- name: "Convert Lineendings"
32-
run: |
33-
unix2dos html/changelogs/.all_changelog.yml
3431
- name: Commit
3532
run: |
3633
git config --local user.email "[email protected]"
3734
git config --local user.name "Changelogs"
3835
git pull origin master
36+
git add html/changelogs
3937
git commit -m "Automatic changelog compile [ci skip]" -a || true
4038
- name: "Push"
4139
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)