From 928fe3ba786a7d3babbb70ce2053df5de33e8fb2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 18 Dec 2019 20:35:28 +0100 Subject: [PATCH] .github/workflows: fix messages --- .github/workflows/notify-irc.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml index e85a78838a..a0b840cdc9 100644 --- a/.github/workflows/notify-irc.yaml +++ b/.github/workflows/notify-irc.yaml @@ -19,8 +19,7 @@ jobs: channel: "#xbps" nickname: void-packages tls: true - message: | - ${{ github.actor }} pushed ${{ github.event.compare }} + message: "${{ github.actor }} pushed ${{ github.event.compare }}" - name: irc pull request uses: rectalogic/notify-irc@v1 if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages' @@ -29,8 +28,7 @@ jobs: channel: "#xbps" nickname: void-packages tls: true - message: | - ${{ github.actor }} ${{ github.event.action }} pull request #${{ github.event.pull_request.html_url }}“ ${{ github.event.pull_request.number }}” + message: "${{ github.actor }} ${{ github.event.action }} pull request #${{ github.event.pull_request.title }}“ ${{ github.event.pull_request.number }}”" - name: irc issue uses: rectalogic/notify-irc@v1 if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages' @@ -39,5 +37,4 @@ jobs: channel: "#xbps" nickname: void-packages tls: true - message: | - ${{ github.actor }} ${{ github.event.action }} issue #${{ github.event.issue.number }} “${{ github.event.issue.html_url }}” + message: "${{ github.actor }} ${{ github.event.action }} issue #${{ github.event.issue.number }} “${{ github.event.issue.title }}”"