summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorScott <[email protected]>2019-11-16 19:55:44 +0000
committerGitHub <[email protected]>2019-11-16 19:55:44 +0000
commit5072ee34e84fee7e7748beee077e9d54a49dff50 (patch)
tree3cf8b9338c0a4871f568a3c4c84bd1eecbdc0b47 /.github/workflows
parentcd4106cdae9af9d7006da261f3971e5b34450dde (diff)
Update notify.yml
Add Debugging to notify script.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml
index 017947cb5..bcdadb2e1 100644
--- a/.github/workflows/notify.yml
+++ b/.github/workflows/notify.yml
@@ -5,6 +5,12 @@ jobs:
Send_IRC_Notification:
runs-on: ubuntu-latest
steps:
+ - name: Dump Data
+ run: |
+ echo ${{ github.event.html_url }}
+ echo ${{ github.event }}
+ echo ${{ github }}
+
- name: Handle Commit
uses: rectalogic/notify-irc@v1
if: github.event_name == 'push' && github.repository == 'HandBrake/HandBrake'