We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slackApiUrl
as mentioned here https://tools.slack.dev/node-slack-sdk/web-api/#custom-api-url one can customize slack API URL like options.slackApiUrl = 'http://localhost:8888/api/'; this is not exposed in the action yet
options.slackApiUrl = 'http://localhost:8888/api/';
addition in this area https://github.com/slackapi/slack-github-action/blob/main/src/client.js#L27
please do
The text was updated successfully, but these errors were encountered:
Hey @glimchb 👋
Thanks for this feature request - I think it'd be useful to have! We'll look into adding this to the next release and will share updates here 🚀
Sorry, something went wrong.
No branches or pull requests
as mentioned here https://tools.slack.dev/node-slack-sdk/web-api/#custom-api-url
one can customize slack API URL like
options.slackApiUrl = 'http://localhost:8888/api/';
this is not exposed in the action yet
addition in this area https://github.com/slackapi/slack-github-action/blob/main/src/client.js#L27
please do
The text was updated successfully, but these errors were encountered: