Skip to content

Commit

Permalink
Moving to fs-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Oct 15, 2020
1 parent 68fedaa commit fcb123e
Show file tree
Hide file tree
Showing 5 changed files with 3,514 additions and 261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: write_file
uses: ./
with:
fileName: 'myTemporaryFile.txt'
fileName: 'temp/dir/not/exists/myTemporaryFile.txt'
encodedString: ${{ secrets.SOME_ENCODED_STRING }} # SGVsbG8sIFdvcmxkIQ==
- name: Echo file
run: |
Expand Down
Loading

1 comment on commit fcb123e

@timheuer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #14

Please sign in to comment.