cool#9992 doc sign: fix update of the signature widget in the status bar #19399
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "IRC Notification" | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: irc push | |
uses: vmiklos/notify-irc@bfd6f632b683859f6cd074e2ee9db68bef204f7d | |
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && github.repository == 'CollaboraOnline/online' | |
with: | |
channel: "#cool-dev" | |
nickname: github-online | |
message: | | |
${{ toJson(github.event) }} |