You've already forked dynamic-badges-action
🔧 Test creating new file
This commit is contained in:
4
.github/workflows/badges.yml
vendored
4
.github/workflows/badges.yml
vendored
@@ -8,13 +8,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get the Numbers
|
||||
run: echo "ANSWER=43" >> $GITHUB_ENV
|
||||
run: echo "ANSWER=42" >> $GITHUB_ENV
|
||||
- name: Create the Badge
|
||||
uses: schneegans/dynamic-badges-action@feature/update-only-if-changed
|
||||
with:
|
||||
auth: ${{ secrets.GIST_SECRET }}
|
||||
gistID: 2ab8f1d386f13aaebccbd87dac94068d
|
||||
filename: answer.json
|
||||
filename: answer2.json
|
||||
label: The Answer
|
||||
message: is ${{ env.ANSWER }}
|
||||
valColorRange: ${{ env.ANSWER }}
|
||||
|
||||
Reference in New Issue
Block a user