From b93c843800d20d7b34b89f8aae8e3ab9be7aaac6 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Oct 2021 21:26:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fixed=20undefined=20environmenta?= =?UTF-8?q?l=20pass=20through?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/domain-expirey-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/domain-expirey-check.yml b/.github/workflows/domain-expirey-check.yml index 12a21ab4..b5d394aa 100644 --- a/.github/workflows/domain-expirey-check.yml +++ b/.github/workflows/domain-expirey-check.yml @@ -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