From 0d54b8733f30758b3ddf9259b00c7f7f0eb279bb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 18 Dec 2019 21:15:46 +0100 Subject: [PATCH] .github/workflows: fix pull request message again --- .github/workflows/notify-irc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml index a0b840cdc9f..0c8ca60aa3b 100644 --- a/.github/workflows/notify-irc.yaml +++ b/.github/workflows/notify-irc.yaml @@ -28,7 +28,7 @@ jobs: channel: "#xbps" nickname: void-packages tls: true - message: "${{ github.actor }} ${{ github.event.action }} pull request #${{ github.event.pull_request.title }}“ ${{ github.event.pull_request.number }}”" + message: "${{ github.actor }} ${{ github.event.action }} pull request #${{ github.event.pull_request.number }} “${{ github.event.pull_request.title }}”" - name: irc issue uses: rectalogic/notify-irc@v1 if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'