You've already forked dynamic-badges-action
📝 Use new action version in README
This commit is contained in:
@@ -71,7 +71,7 @@ However, this is especially great in SVG mode which does not support icons. Here
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
- name: Create Awesome Badge
|
- name: Create Awesome Badge
|
||||||
uses: schneegans/dynamic-badges-action@v1.6.0
|
uses: schneegans/dynamic-badges-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: <gist-ID>
|
gistID: <gist-ID>
|
||||||
@@ -163,7 +163,7 @@ For all values in between, the color will be interpolated.
|
|||||||
- name: Get the Numbers
|
- name: Get the Numbers
|
||||||
run: echo "ANSWER=42" >> $GITHUB_ENV
|
run: echo "ANSWER=42" >> $GITHUB_ENV
|
||||||
- name: Create the Badge
|
- name: Create the Badge
|
||||||
uses: schneegans/dynamic-badges-action@v1.6.0
|
uses: schneegans/dynamic-badges-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: <gist-ID>
|
gistID: <gist-ID>
|
||||||
|
|||||||
Reference in New Issue
Block a user