You've already forked dynamic-badges-action
📝 Fix tag
This commit is contained in:
@@ -39,7 +39,7 @@ https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/schneegan
|
|||||||
4. Add something like the following to your workflow:
|
4. Add something like the following to your workflow:
|
||||||
```yml
|
```yml
|
||||||
- name: Create Awesome Badge
|
- name: Create Awesome Badge
|
||||||
uses: schneegans/dynamic-badges-action@v1
|
uses: schneegans/dynamic-badges-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: <gist-ID>
|
gistID: <gist-ID>
|
||||||
@@ -89,7 +89,7 @@ A common usage pattern of this action is to create environment variables in prev
|
|||||||
- name: Get the Numbers
|
- name: Get the Numbers
|
||||||
run: echo "::set-env name=ANSWER::42"
|
run: echo "::set-env name=ANSWER::42"
|
||||||
- name: Create the Badge
|
- name: Create the Badge
|
||||||
uses: schneegans/dynamic-badges-action@v1
|
uses: schneegans/dynamic-badges-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: <gist-ID>
|
gistID: <gist-ID>
|
||||||
|
|||||||
Reference in New Issue
Block a user