Skip to content

Commit 6705de7

Browse files
docs: fix readme docs
Signed-off-by: Saurav Sharma <[email protected]>
1 parent 8e49313 commit 6705de7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This action creates dotenv file
44

55
## Inputs
66

7-
### `env-prefix`
7+
### `input-prefix`
88

99
The prefix for environmental variable which should be stored in .env file. Default is empty string i.e `''` which will store all environmental variable as it is without modification
1010

11-
### `file-name`
11+
### `file-path`
1212

1313
Location of dot env file. Default is `'.env'`
1414

15-
### `directory`
15+
### `output-prefix`
1616

17-
Dot env file directory path default is `'.'`
17+
The prefix which should be added to .env file. Default is `''` which adds environment variable as it is after removing input-prefix from it
1818

1919
## Outputs
2020

0 commit comments

Comments
 (0)