From 1aee893e8ccfcb772fae5bb74b282e201ea53eee Mon Sep 17 00:00:00 2001 From: "andrey.levchaev" Date: Thu, 30 May 2024 16:27:28 +0300 Subject: [PATCH] fix(no-ref): workflow --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b1ac93b..8fec398 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -92,7 +92,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "Website URL: ${{ secrets.NPM_PACKAGE_URL || 'TBA' }}" + "text": "Website URL: ${{ secrets.WEBSITE_URL || 'TBA' }}" } } ]