Skip to content

Commit d36cc4a

Browse files
authored
Fix python3 not having friendly name. (#160)
1 parent 09aae6e commit d36cc4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wiki_update.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
group: wiki-generation
1414
cancel-in-progress: false
1515
steps:
16-
- name: Checkout Repository and run Markdown Patch-List
16+
- name: Checkout Repository
1717
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
20-
- run: python3 scripts/gen-markdown-patchlist.py
20+
- name: Generate Markdown Patch-List
21+
run: python3 scripts/gen-markdown-patchlist.py
2122
- name: Upload generated file to wiki
2223
uses: SwiftDocOrg/github-wiki-publish-action@v1
2324
with:

0 commit comments

Comments
 (0)