mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
From Patch
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user