You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@
14
14
15
15
GitHub Action to read the contents of a file
16
16
17
-
> **Warning**
17
+
> [!Warning]
18
18
>
19
-
> **Disclaimer:** This version was created because the [original (V1)](https://github.com/andstor/file-reader-action) has not been updated by the creator for a while.
19
+
> **Disclaimer:** This version was created because the creator has not updated the [original (V1)](https://github.com/andstor/file-reader-action) for a while.
20
20
21
-
This is a GitHub Action that reads the contents of a file. Give it a path to a file, and it will provide you with its contents, accessible through an output variable.
21
+
This is a GitHub Action that reads a file's contents. If you give it a path to a file, it will provide its contents and file size, accessible through an output variable.
22
22
23
23
## Usage
24
24
@@ -43,6 +43,7 @@ The following input variable options can/must be configured:
0 commit comments