Skip to content

Commit 510a65b

Browse files
testing
1 parent d934d95 commit 510a65b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/githubaction-comment-apply.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,8 @@ jobs:
184184
echo "Processing $lambda_dir"
185185
if [ -d "$lambda_dir" ]; then
186186
echo "Found directory $lambda_dir, preparing to zip contents into $zip_name"
187-
mkdir -p "$module_dir"
188187
189-
# Ensure the module directory is writable
188+
# Check if the directory is writable
190189
if [ ! -w "$module_dir" ]; then
191190
echo "Cannot write to $module_dir, skipping."
192191
continue

0 commit comments

Comments
 (0)