We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40549ea commit 445f656Copy full SHA for 445f656
.github/workflows/deploy.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
SCRIPT_DIR="$SOURCE_DIR/scripts"
36
37
- for script in "$SCRIPT_ROOT/03.build.d"/*; do
+ for script in "$SCRIPT_DIR/03.build.d"/*; do
38
bash "$script"
39
done
40
EOF
0 commit comments