summaryrefslogtreecommitdiffstats
path: root/.github/workflows/notify.yml
diff options
context:
space:
mode:
authorScott <[email protected]>2019-12-11 21:05:44 +0000
committerGitHub <[email protected]>2019-12-11 21:05:44 +0000
commit769a62e6e775b08b9d2a733a7c9561b4f4173816 (patch)
tree4e493f4b8b9b4694ae6903d5a660955380897a5e /.github/workflows/notify.yml
parent2816bd0a6127df6eddf1fe4633a474832a26ec5f (diff)
Actions: IRC Notify Pull Request event now provides URL
Diffstat (limited to '.github/workflows/notify.yml')
-rw-r--r--.github/workflows/notify.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml
index d215ba983..6bb277925 100644
--- a/.github/workflows/notify.yml
+++ b/.github/workflows/notify.yml
@@ -29,4 +29,4 @@ jobs:
port: 6697
tls: true
message: |
- PULL REQUEST: ${{ github.actor }} ${{ github.event.action }} a Pull Request ${{ github.event.pull_request }}
+ PULL REQUEST: ${{ github.actor }} ${{ github.event.action }} a Pull Request ${{ github.event.pull_request.html_url }}