Skip to content

Commit 9e15cba

Browse files
committed
fix: update environment variable configuration script to use .env.example
1 parent 83f3398 commit 9e15cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/config-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

33
# This script configures environment variables for GitHub Actions workflows.
4-
cp .env.defaults .env
4+
cp .env.example .env
55
rm deno.lock

0 commit comments

Comments
 (0)