From e9599f5c02fe82131783a3fc141a17ecebc836e4 Mon Sep 17 00:00:00 2001 From: Psnail <42728902+sdttttt@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:54:22 +0800 Subject: [PATCH] fix: workflow syntax problom. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c18fe490a..0c58af08e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -65,7 +65,7 @@ jobs: { "msgtype": "markdown", "markdown": { - "text": "Github Actions", - "title": "- name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }}" + "title": "Github Actions", + "text": "- name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }}" } } -- GitLab