feat: add xsl stylesheet to changelogs (#21930)

This commit is contained in:
Matt
2024-01-07 03:02:36 +00:00
committed by GitHub
parent b85a9d7688
commit 40e4d43c3b
3 changed files with 104 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Install dependencies
run: sudo apt-get install -y python3-paramiko
run: sudo apt-get install -y python3-paramiko python3-lxml
- uses: actions/checkout@v3.6.0
with: