diff --git a/.github/workflows/send_slack_notification.yml b/.github/workflows/send_slack_notification.yml index 647e252848..a425a27309 100644 --- a/.github/workflows/send_slack_notification.yml +++ b/.github/workflows/send_slack_notification.yml @@ -40,7 +40,7 @@ jobs: COMMIT_URL: ${{ github.event.head_commit.url }} COMMIT_SHA: ${{ github.event.head_commit.id }} run: | - echo "text=:cherry-pick: <${COMMIT_URL}|${COMMIT_SHA}> into *${GITHUB_REF_NAME}*\ncc <@U06538MSPJP>" >> "$GITHUB_OUTPUT" + echo "text=:cherry-pick: <${COMMIT_URL}|${COMMIT_SHA}> into *${GITHUB_REF_NAME}*\ncc <@U06538MSPJP>" >> "$GITHUB_OUTPUT" - name: Send slack notification uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1