Fix python3 not having friendly name.

This commit is contained in:
Kichura 2023-07-12 17:31:51 +02:00 committed by GitHub
parent 09aae6e34c
commit 9528f12fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,12 @@ jobs:
group: wiki-generation
cancel-in-progress: false
steps:
- name: Checkout Repository and run Markdown Patch-List
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: python3 scripts/gen-markdown-patchlist.py
- name: Generate Markdown Patch-List
run: python3 scripts/gen-markdown-patchlist.py
- name: Upload generated file to wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with: