Skip to content

Commit

Permalink
📝 Use new action version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Oct 19, 2023
1 parent 9c93695 commit e9a478b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -71,7 +71,7 @@ However, this is especially great in SVG mode which does not support icons. Here

```yml
- name: Create Awesome Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: <gist-ID>
Expand Down Expand Up @@ -163,7 +163,7 @@ For all values in between, the color will be interpolated.
- name: Get the Numbers
run: echo "ANSWER=42" >> $GITHUB_ENV
- name: Create the Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: <gist-ID>
Expand Down

0 comments on commit e9a478b

Please sign in to comment.