Skip to content

Commit ca64385

Browse files
authored
Merge pull request #4 from filipkowicz/patch-1
Update README.md with new version
2 parents 10416be + 09b914f commit ca64385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use this action if you need to get a file from a base64-encoded string that you
77
```
88
- name: Run Workflow
99
id: write_file
10-
uses: timheuer/base64-to-file@v1
10+
uses: timheuer/base64-to-file@v1.0.2
1111
with:
1212
fileName: 'myTemporaryFile.txt'
1313
encodedString: ${{ secrets.SOME_ENCODED_STRING }}
@@ -19,7 +19,7 @@ The Action has an output variable named filePath that you can use as this file i
1919
```
2020
- name: Run Workflow
2121
id: write_file
22-
uses: timheuer/base64-to-file@v1
22+
uses: timheuer/base64-to-file@v1.0.2
2323
with:
2424
fileName: 'myTemporaryFile.txt'
2525
encodedString: ${{ secrets.SOME_ENCODED_STRING }}
@@ -28,4 +28,4 @@ The Action has an output variable named filePath that you can use as this file i
2828
uses: actions/someaction@master
2929
with:
3030
filelocation: ${{ steps.write_file.outputs.filePath }}
31-
```
31+
```

0 commit comments

Comments
 (0)