Skip to content

Commit 569bab3

Browse files
committed
fix(no-ref): libraries
1 parent b39462a commit 569bab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
"type": "section",
9595
"text": {
9696
"type": "mrkdwn",
97-
"text": "Website URL: ${{ secrets.WEBSITE_URL || 'TBA' }}"
97+
"text": "Website URL: ${{ secrets.NPM_PACKAGE_URL || 'TBA' }}"
9898
}
9999
}
100100
]

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
"type": "section",
6464
"text": {
6565
"type": "mrkdwn",
66-
"text": "Website URL: ${{ secrets.WEBSITE_URL || 'TBA' }}"
66+
"text": "Website URL: ${{ secrets.NPM_PACKAGE_URL || 'TBA' }}"
6767
}
6868
}
6969
]

0 commit comments

Comments
 (0)