mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🩹 Fixed undefined environmental pass through
This commit is contained in:
parent
958926720c
commit
b93c843800
1 changed files with 1 additions and 1 deletions
2
.github/workflows/domain-expirey-check.yml
vendored
2
.github/workflows/domain-expirey-check.yml
vendored
|
|
@ -38,6 +38,6 @@ jobs:
|
||||||
title: '[WEBSITE] SSL Cert Expiring Soon'
|
title: '[WEBSITE] SSL Cert Expiring Soon'
|
||||||
body: >
|
body: >
|
||||||
**Priority Notice**
|
**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
|
@Lissy93 - Please take action immediately to prevent any downtime
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue