We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e371466 commit 9031538Copy full SHA for 9031538
1 file changed
.github/workflows/main_spiffy.yml
@@ -34,6 +34,9 @@ jobs:
34
echo "ATLAS_URI is set: ${#ATLAS_URI}"
35
echo "JWT_SECRET is set: ${#JWT_SECRET}"
36
37
+ - name: Debug Environment Variables
38
+ run: env | grep "ATLAS_URI\|JWT_SECRET"
39
+
40
41
- name: Print current working directory
42
run: pwd # Debug step to check the current directory
0 commit comments