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