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