-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
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
SLACK_THREAD_TS not working or needs better documentation #210
Comments
kishore-vkrn
changed the title
SLACK_THREAD_TS not working
SLACK_THREAD_TS not working or needs better documentation
Nov 25, 2024
Looks like there was a PR that was setting the output_ts but its not in the merged code cc. @L0RD-ZER0 |
any updates? the output for |
albertoxamin
added a commit
to albertoxamin/action-slack-notify
that referenced
this issue
Dec 10, 2024
Fixes rtCamp#210 Add support for `SLACK_THREAD_TS` variable and improve documentation. * Add `outputs` section in `action.yml` to include `ts` output. * Set `ts` output after sending the Slack message in `main.go`. * Add a function to extract the `ts` value from the Slack response in `main.go`. * Handle the `SLACK_THREAD_TS` variable in `entrypoint.sh` and `main.sh`. * Improve documentation in `README.md` on how to obtain the timestamp of the parent message. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/rtCamp/action-slack-notify/issues/210?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
From README for variable
SLACK_THREAD_TS
I gotBut still not clear how would I get the timestamp of the parent mesage. Looking at slack api ts seems a better output but when I tried I get separate messages not in threads
Better documentation or on how to use this will be appreciated.
The text was updated successfully, but these errors were encountered: