🎉 Add test svg badge

This commit is contained in:
Simon Schneegans
2023-10-05 19:52:33 +02:00
parent 1f41b12ce6
commit bedec0d40d

View File

@@ -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