Skip to content

Commit 1df9daf

Browse files
committed
updating readme
1 parent fcb123e commit 1df9daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.3
13+
uses: timheuer/base64-to-file@v1
1414
with:
1515
fileName: 'myTemporaryFile.txt'
1616
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
2222
```
2323
- name: Run Workflow
2424
id: write_file
25-
uses: timheuer/base64-to-file@v1.0.3
25+
uses: timheuer/base64-to-file@v1
2626
with:
2727
fileName: 'myTemporaryFile.txt'
2828
encodedString: ${{ secrets.SOME_ENCODED_STRING }}

0 commit comments

Comments
 (0)