mirror of https://github.com/Lissy93/dashy.git
🩹 Fixed undefined environmental pass through
This commit is contained in:
parent
958926720c
commit
b93c843800
|
@ -38,6 +38,6 @@ jobs:
|
|||
title: '[WEBSITE] SSL Cert Expiring Soon'
|
||||
body: >
|
||||
**Priority Notice**
|
||||
The SSL Certificate for ${{ matrix.domain }} will expire in ${{ ssl-expire-days-left }} days, on ${{ steps.check-domain.outputs.ssl-expire-date }}.
|
||||
The SSL Certificate for ${{ matrix.domain }} will expire in ${{ steps.check-domain.outputs.ssl-expire-days-left }} days, on ${{ steps.check-domain.outputs.ssl-expire-date }}.
|
||||
@Lissy93 - Please take action immediately to prevent any downtime
|
||||
|
||||
|
|
Loading…
Reference in New Issue