You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createCustomComment(octokit,context,`We couldn't connect to your Atlan Instance, please make sure to set the valid Atlan Bearer Token as \`ATLAN_API_TOKEN\` as this repository's action secret.
32
+
createIssueComment(octokit,context,`We couldn't connect to your Atlan Instance, please make sure to set the valid Atlan Bearer Token as \`ATLAN_API_TOKEN\` as this repository's action secret.
33
33
34
34
Atlan Instance URL: ${ATLAN_INSTANCE_URL}
35
35
@@ -39,7 +39,7 @@ Set your repository action secrets [here](https://github.com/${context.payload.r
39
39
40
40
if(response===undefined){
41
41
await
42
-
createCustomComment(octokit,context,`We couldn't connect to your Atlan Instance, please make sure to set the valid Atlan Instance URL as \`ATLAN_INSTANCE_URL\` as this repository's action secret.
42
+
createIssueComment(octokit,context,`We couldn't connect to your Atlan Instance, please make sure to set the valid Atlan Instance URL as \`ATLAN_INSTANCE_URL\` as this repository's action secret.
0 commit comments