Commit 35db25b 1 parent b3498d1 commit 35db25b Copy full SHA for 35db25b
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 63
63
run : npm instal
64
64
65
65
notify-email :
66
- needs : [lint, integration-tests, deploy]
66
+ needs : [lint, integration-tests, deploy]
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : Prepare SHA and Run ID
82
82
subject : CI/CD Pipeline Notification - ${{ github.ref_name }}
83
83
from : CI/CD Bot <ci-bot@example.com>
84
84
to : ${{ secrets.EMAIL_TO }}
85
- secure : false
86
85
html_body : |
87
86
<html lang="es">
88
87
<head>
@@ -154,7 +153,7 @@ jobs:
154
153
<a href="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" class="button">Ver resultados del pipeline</a>
155
154
</div>
156
155
<div class="footer">
157
- <p>Este es un mensaje automatizado de tu bot de CI/CD. No es necesario responder.</p>
156
+ <p>Este es un mensaje automatizado de tu bot de CI/CD. No es necesario responder.</p>
158
157
</div>
159
158
</div>
160
159
</body>
You can’t perform that action at this time.
0 commit comments