We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39462a commit 569bab3Copy full SHA for 569bab3
.github/workflows/gh-pages.yml
@@ -94,7 +94,7 @@ jobs:
94
"type": "section",
95
"text": {
96
"type": "mrkdwn",
97
- "text": "Website URL: ${{ secrets.WEBSITE_URL || 'TBA' }}"
+ "text": "Website URL: ${{ secrets.NPM_PACKAGE_URL || 'TBA' }}"
98
}
99
100
]
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments