From b90feefcb07693386596d07ff4b7b7f0c6e99bff Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sun, 16 Aug 2020 06:28:14 +0200 Subject: [PATCH] :memo: Fix tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae47e1..38247cd 100644 --- a/README.md +++ b/README.md @@ -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 + uses: schneegans/dynamic-badges-action@v1.0.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: @@ -89,7 +89,7 @@ A common usage pattern of this action is to create environment variables in prev - name: Get the Numbers run: echo "::set-env name=ANSWER::42" - name: Create the Badge - uses: schneegans/dynamic-badges-action@v1 + uses: schneegans/dynamic-badges-action@v1.0.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: