You've already forked dynamic-badges-action
🎉 Add test svg badge
This commit is contained in:
13
.github/workflows/badges.yml
vendored
13
.github/workflows/badges.yml
vendored
@@ -21,6 +21,19 @@ jobs:
|
|||||||
maxColorRange: 100
|
maxColorRange: 100
|
||||||
minColorRange: 0
|
minColorRange: 0
|
||||||
|
|
||||||
|
svg-badge:
|
||||||
|
name: Create SVG Badge
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Create the Badge
|
||||||
|
uses: schneegans/dynamic-badges-action@master
|
||||||
|
with:
|
||||||
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
|
gistID: 2ab8f1d386f13aaebccbd87dac94068d
|
||||||
|
filename: badge.svg
|
||||||
|
label: This is
|
||||||
|
message: an SVG badge
|
||||||
|
|
||||||
color-range-badges:
|
color-range-badges:
|
||||||
name: "Create Color Range Badges"
|
name: "Create Color Range Badges"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user