-
Notifications
You must be signed in to change notification settings - Fork 1
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
No translations to Slack usersid #5
Comments
@ASarco Did you set Sorry for the confusing parameter names. |
Yes, I did all that. This is the complete step:
So everything looks good. The only thing is I've seen in your tests, that there is no tests for when there are more than one line of names pairs. Maybe there's a problem with that? I have 6 names in my list. |
Exactly, that is correct. When I add test case of multiple I will fix it. 🙇🏼 |
…names Support multiple slackUsernames
Hi @ASarco . I fixed about this. Please try to use bellow 🙇🏼 - name: slack_notify_actions
uses: ry-itto/[email protected] I hope this release works. |
hi @ry-itto Thanks. |
Hi, I've been trying to use this, but seems like the GitHub names are not being translated.
I have my translation table in a secret SLACK_USER, it looks like this:
ASarco,U01CXS1NVDG
Then the title in the action is:
BODY: '@${{ github.actor }} your recent action ${{ github.workflow }} has been built succesfully!'
TITLE: ':tada: Congratulations ${{ github.actor }} :tada:'
So I assumed my name coming from github.actor should be translated to the Slack user. But the message in Slack looks like this:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: