bumping version

This commit is contained in:
Tim Heuer 2020-01-21 09:02:45 -08:00
parent 6f59c66836
commit a75dcdf3e4

View file

@ -22,7 +22,7 @@ The Action has an output variable named filePath that you can use as this file i
```
- name: Run Workflow
id: write_file
uses: timheuer/base64-to-file@v1.0.2
uses: timheuer/base64-to-file@v1.0.3
with:
fileName: 'myTemporaryFile.txt'
encodedString: ${{ secrets.SOME_ENCODED_STRING }}