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 fcb123e commit 1df9dafCopy full SHA for 1df9daf
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.3
+ uses: timheuer/base64-to-file@v1
14
with:
15
fileName: 'myTemporaryFile.txt'
16
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
22
23
24
25
26
27
28
0 commit comments