We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf94e7 commit 1798df7Copy full SHA for 1798df7
2 files changed
action.yml
@@ -56,6 +56,11 @@ runs:
56
zipBall: false
57
out-file-path: ${{ inputs.target-dir }}
58
59
+ - name: Rename file
60
+ run: |
61
+ mv $GITHUB_WORKSPACE/${{ steps.file-name.outputs.file_name }} $GITHUB_WORKSPACE/${{ inputs.file-name }}
62
+ shell: bash
63
+
64
branding:
65
icon: 'book-open'
66
color: 'green'
index.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
3
<html>
4
-<markdown-html version="1.17.4" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
+<markdown-html version="1.17.5" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
5
license="CC BY-SA 4.0 International"></markdown-html>
6
7
<head>
0 commit comments