diff options
author | Scott <[email protected]> | 2019-12-11 21:05:44 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-11 21:05:44 +0000 |
commit | 769a62e6e775b08b9d2a733a7c9561b4f4173816 (patch) | |
tree | 4e493f4b8b9b4694ae6903d5a660955380897a5e /.github/workflows/notify.yml | |
parent | 2816bd0a6127df6eddf1fe4633a474832a26ec5f (diff) |
Actions: IRC Notify Pull Request event now provides URL
Diffstat (limited to '.github/workflows/notify.yml')
-rw-r--r-- | .github/workflows/notify.yml | 2 |
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 }} |