We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f98e28 commit b3d7c9bCopy full SHA for b3d7c9b
.github/workflows/readme_translator.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
Invoke-WebRequest -Uri https://github.com/CrazyMayfly/Free-Markdown-Translator/releases/download/1.2/MarkdownTranslator.v1.2.zip -OutFile "MarkdownTranslator.zip" -DisableKeepAlive
17
Expand-Archive -Path ./MarkdownTranslator.zip -DestinationPath MarkdownTranslator
18
- Copy-Item -Path Config/config.ymal -Destination MarkdownTranslator/config.ymal
+ Copy-Item -Path Config/config.ymal -Destination MarkdownTranslator/config.yaml
19
20
- name: 初始化Python
21
uses: actions/setup-python@v2
0 commit comments