Skip to content

Commit

Permalink
action.yml: remove extra @ in slack actor
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Mar 1, 2024
1 parent 6dbc433 commit a220ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ runs:
with:
slack_token: ${{ inputs.slack_token }}
message: |
[semgrep] @${{ fromJson(steps.actor-slack.outputs.result) }} pushed commits. /cc ${{fromJson(steps.assignees-slack.outputs.result)}}
[semgrep] ${{ fromJson(steps.actor-slack.outputs.result) }} pushed commits. /cc ${{fromJson(steps.assignees-slack.outputs.result)}}
channel: secops-hotspots
color: green
verbose: true
Expand Down

0 comments on commit a220ac8

Please sign in to comment.