Skip to content

Commit fcb123e

Browse files
committed
Moving to fs-extra
1 parent 68fedaa commit fcb123e

File tree

5 files changed

+3514
-261
lines changed

5 files changed

+3514
-261
lines changed

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: write_file
1919
uses: ./
2020
with:
21-
fileName: 'myTemporaryFile.txt'
21+
fileName: 'temp/dir/not/exists/myTemporaryFile.txt'
2222
encodedString: ${{ secrets.SOME_ENCODED_STRING }} # SGVsbG8sIFdvcmxkIQ==
2323
- name: Echo file
2424
run: |

0 commit comments

Comments
 (0)