We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85b0d5 commit ab0c4b3Copy full SHA for ab0c4b3
README.md
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@v4
40
- - uses: iamsauravsharma/create-dotenv@v3.0.0
+ - uses: iamsauravsharma/create-dotenv@v3.1.0
41
with:
42
input-prefix: 'ENV_KEY_' # Optional (default: '')
43
file-path: 'tests/development.env' # Optional (default : '.env')
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-dotenv",
3
- "version": "3.0.0",
+ "version": "3.1.0",
4
"private": true,
5
"description": "Create dotenv file for github actions",
6
"main": "lib/main.js",
0 commit comments