From 1df9daf94edbc3076264fd619b483878640078cb Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Thu, 15 Oct 2020 13:57:18 -0700 Subject: [PATCH] updating readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0df5e43..003a2dc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Use this action if you need to get a file from a base64-encoded string that you ``` - name: Run Workflow id: write_file - uses: timheuer/base64-to-file@v1.0.3 + uses: timheuer/base64-to-file@v1 with: fileName: 'myTemporaryFile.txt' encodedString: ${{ secrets.SOME_ENCODED_STRING }} @@ -22,7 +22,7 @@ The Action has an output variable named filePath that you can use as this file i ``` - name: Run Workflow id: write_file - uses: timheuer/base64-to-file@v1.0.3 + uses: timheuer/base64-to-file@v1 with: fileName: 'myTemporaryFile.txt' encodedString: ${{ secrets.SOME_ENCODED_STRING }}