Skip to content

Commit 4c29368

Browse files
authored
Merge pull request kroxylicious#1816 from kroxylicious/k-wall-patch-6
Fix robot dispatcher error message
2 parents a957d9e + 0d745ad commit 4c29368

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)