From Patch

This commit is contained in:
etc404
2026-04-30 12:19:50 -06:00
parent 37c3fb0979
commit bc2b71ef21
+3
View File
@@ -13,6 +13,9 @@ jobs:
fetch-depth: 0
clean: false
- name: Patch Email From
run: sed -i "s/message.setTo(toEmail);/message.setTo(toEmail);\nmessage.setFrom(\"thymecrunch@cs.nmt.edu\");/g" src/main/java/com/example/demo/service/EmailService.java
- name: Get Metadata
id: meta
run: |