This Works well as long as body of the email is static. But what if i want to add something dynamically in the mail body ?
Basically this is what i want to do through github actions
1> Execute test cases through CI/CD pipelines
2> Upload coverage report to bucket on cloud (Initally wanted to send that as an attachment but gmail blocks attachment with .js extension)
3> Send email with the link of the uploaded report through sendgrid actions
I am able to achieve all 3 except i am not able to dynamically change the body of the email based on the output of other actions
Thank you
This Works well as long as body of the email is static. But what if i want to add something dynamically in the mail body ?
Basically this is what i want to do through github actions
1> Execute test cases through CI/CD pipelines
2> Upload coverage report to bucket on cloud (Initally wanted to send that as an attachment but gmail blocks attachment with .js extension)
3> Send email with the link of the uploaded report through sendgrid actions
I am able to achieve all 3 except i am not able to dynamically change the body of the email based on the output of other actions
Thank you