.github/workflows: fix pull request message again

This commit is contained in:
Duncaen 2019-12-18 21:15:46 +01:00
parent 34757d19d1
commit 0d54b8733f
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -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'