From df0ee9fe1f728c696cc46aa84b41d5c0469ae146 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 2 Aug 2024 12:58:02 +0900 Subject: [PATCH] Update notify_weekly.yaml --- .github/workflows/notify_weekly.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/notify_weekly.yaml b/.github/workflows/notify_weekly.yaml index b9085b8ea8d..fd445d27e6e 100644 --- a/.github/workflows/notify_weekly.yaml +++ b/.github/workflows/notify_weekly.yaml @@ -19,9 +19,7 @@ jobs: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} PAYLOAD: |- { - "text": "Updates Across Certbot Repos: - - Certbot team members SHOULD look at: $MERGED_URL and MAY also want to look at: [link]($UPDATED_URL), - - The key words SHOULD and MAY in this message are to be interpreted as described in [RFC 8147](https://www.rfc-editor.org/rfc/rfc8174).", + "text": "test text", "channel": "private certbot", "username": "${{ github.triggering_actor }}", "icon": "https://cdn3.iconfinder.com/data/icons/system-basic-vol-4-1/20/icon-note-attention-alt3-512.png"