Skip to content

Commit

Permalink
📝 Use new version in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed May 15, 2022
1 parent 69871bd commit 54d929a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@ https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/schneegan
4. Add something like the following to your workflow:
```yml
- name: Create Awesome Badge
uses: schneegans/dynamic-badges-action@v1.3.0
uses: schneegans/dynamic-badges-action@v1.4.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: <gist-ID>
Expand Down Expand Up @@ -114,7 +114,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.3.0
uses: schneegans/dynamic-badges-action@v1.4.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: <gist-ID>
Expand Down

0 comments on commit 54d929a

Please sign in to comment.