We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f3398 commit 9e15cbaCopy full SHA for 9e15cba
.github/scripts/config-env.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
# This script configures environment variables for GitHub Actions workflows.
4
-cp .env.defaults .env
+cp .env.example .env
5
rm deno.lock
0 commit comments