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 0824738 commit f525d1fCopy full SHA for f525d1f
.github/workflows/getbadge.yml
@@ -41,8 +41,8 @@ jobs:
41
with:
42
repo_name: andreped/NoCodeSeg
43
repo_token: ${{ secrets.CI }}
44
- file: ${{github.workspace}}/assets/test.svg
45
- asset_name: test.svg
+ file: ${{github.workspace}}/assets/test.png
+ asset_name: test.png
46
file_glob: true
47
tag: SVG-badge
48
- overwrite: true
+ overwrite: true
assets/generate_badge.py
@@ -22,4 +22,4 @@
22
23
print("generated html line: ", ret)
24
25
-imgkit.from_string(ret, "test.svg")
+imgkit.from_string(ret, "test.png")
0 commit comments