From 34c06c590a390f3f499f3180a21b35a1df606b01 Mon Sep 17 00:00:00 2001 From: "andrey.levchaev" Date: Thu, 30 May 2024 16:28:36 +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 b2e2f38..78d96f9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -93,7 +93,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "Website URL: ${{ secrets.NPM_PACKAGE_URL || 'TBA' }}" + "text": "Website URL: ${{ secrets.WEBSITE_URL || 'TBA' }}" } } ]