Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Oct 15, 2020
1 parent fcb123e commit 1df9daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use this action if you need to get a file from a base64-encoded string that you
```
- name: Run Workflow
id: write_file
uses: timheuer/base64-to-file@v1.0.3
uses: timheuer/base64-to-file@v1
with:
fileName: 'myTemporaryFile.txt'
encodedString: ${{ secrets.SOME_ENCODED_STRING }}
Expand All @@ -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.3
uses: timheuer/base64-to-file@v1
with:
fileName: 'myTemporaryFile.txt'
encodedString: ${{ secrets.SOME_ENCODED_STRING }}
Expand Down

0 comments on commit 1df9daf

Please sign in to comment.