🔧 Test creating new file

This commit is contained in:
Simon Schneegans
2022-10-08 21:35:33 +02:00
parent d93cff94c6
commit 3d8e621361

View File

@@ -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 }}