Skip to content

Commit f8b273e

Browse files
Update devdocs-notify.yml
1 parent 45f741a commit f8b273e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/devdocs-notify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
|| context.payload.review?.body
2020
|| "";
2121
22+
const url = process.env.SLACK_WEBHOOK_URL;
23+
console.log("Slack URL Length", url?.length);
24+
2225
await fetch(process.env.SLACK_WEBHOOK_URL, {
2326
method: "POST",
2427
headers: { "Content-Type": "application/json" },

0 commit comments

Comments
 (0)