From a220ac86687cda7c9c5428bd2b56f940efdc4dba Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 1 Mar 2024 19:33:10 +0100 Subject: [PATCH] action.yml: remove extra @ in slack actor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ed56a887..671387df 100644 --- a/action.yml +++ b/action.yml @@ -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