From a75dcdf3e46f8e5ac6765ca7598a7f0f3d1e5c0b Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 21 Jan 2020 09:02:45 -0800 Subject: [PATCH] bumping version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e547933..b5623bc 100644 --- a/README.md +++ b/README.md @@ -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.2 + uses: timheuer/base64-to-file@v1.0.3 with: fileName: 'myTemporaryFile.txt' encodedString: ${{ secrets.SOME_ENCODED_STRING }}