Skip to content

Commit cc47279

Browse files
authored
Update create_project_ structure.yml
1 parent fee637c commit cc47279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_project_ structure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if [ ! -d "apps/$name" ]; then
3030
cp -r template "apps/$name"
3131
echo $row | jq '.' > "apps/$name/variables.json"
32-
sed -i "s/W9_ID/$name/g" "apps/$name/.env"
32+
sed -i "s/^W9_ID=.*/W9_ID=$name/" "apps/$name/.env"
3333
fi
3434
done
3535

0 commit comments

Comments
 (0)