You've already forked dynamic-badges-action
🪲 Fix gist ID
This commit is contained in:
4
.github/workflows/badges.yml
vendored
4
.github/workflows/badges.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Badges
|
name: Build Badges
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: schneegans/dynamic-badges-action@master
|
uses: schneegans/dynamic-badges-action@master
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: <gist-ID>
|
gistID: 2ab8f1d386f13aaebccbd87dac94068d
|
||||||
filename: answer.json
|
filename: answer.json
|
||||||
label: The Answer is
|
label: The Answer is
|
||||||
message: ${{ env.ANSWER }}
|
message: ${{ env.ANSWER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user