Skip to content

Commit 0d745ad

Browse files
authored
Fix robot dispatcher error message
Signed-off-by: Keith Wall <[email protected]>
1 parent a957d9e commit 0d745ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/robot-command-dispatcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
GH_TOKEN: ${{ secrets.KROXYLICIOUS_RELEASE_TOKEN }}
4747
run: |
48-
gh issue comment ${{ github.event.issue.number }} --body "${{ github.actor }} is not entitled to use <code>&commat;kroxylicious-robot promote-release</code>. The user must be a member of https://github.com/orgs/kroxylicious/teams/release-engineers)"
48+
gh issue comment ${{ github.event.issue.number }} --body "${{ github.actor }} is not entitled to use <code>&commat;kroxylicious-robot</code>. The user must be a member of release-engineers)"
4949
exit -1
5050
5151
- name: 'Extract command'

0 commit comments

Comments
 (0)