Skip to content

Commit 5313db3

Browse files
committed
Readme fixup
1 parent a75dcdf commit 5313db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use this action if you need to get a file from a base64-encoded string that you
1010
```
1111
- name: Run Workflow
1212
id: write_file
13-
uses: timheuer/base64-to-file@v1.0.2
13+
uses: timheuer/base64-to-file@v1.0.3
1414
with:
1515
fileName: 'myTemporaryFile.txt'
1616
encodedString: ${{ secrets.SOME_ENCODED_STRING }}

0 commit comments

Comments
 (0)