We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75dcdf commit 5313db3Copy full SHA for 5313db3
README.md
@@ -10,7 +10,7 @@ Use this action if you need to get a file from a base64-encoded string that you
10
```
11
- name: Run Workflow
12
id: write_file
13
- uses: timheuer/base64-to-file@v1.0.2
+ uses: timheuer/base64-to-file@v1.0.3
14
with:
15
fileName: 'myTemporaryFile.txt'
16
encodedString: ${{ secrets.SOME_ENCODED_STRING }}
0 commit comments