.github/workflows: fix pull request message again
This commit is contained in:
parent
34757d19d1
commit
0d54b8733f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/notify-irc.yaml
vendored
2
.github/workflows/notify-irc.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
channel: "#xbps"
|
channel: "#xbps"
|
||||||
nickname: void-packages
|
nickname: void-packages
|
||||||
tls: true
|
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
|
- name: irc issue
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue