File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments