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 9172e22 commit 89d6372Copy full SHA for 89d6372
README.md
@@ -41,7 +41,7 @@ jobs:
41
42
steps:
43
- uses: actions/checkout@v4
44
- - uses: iamsauravsharma/create-dotenv@v3.2.0
+ - uses: iamsauravsharma/create-dotenv@v4.0.0
45
with:
46
input-prefix: 'ENV_KEY_' # Optional (default: '')
47
file-path: 'tests/development.env' # Optional (default : '.env')
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-dotenv",
3
- "version": "3.2.0",
+ "version": "4.0.0",
4
"private": true,
5
"description": "Create dotenv file for github actions",
6
"main": "lib/main.js",
0 commit comments