Skip to content

jsdialog: use component type in builder options #27039

jsdialog: use component type in builder options

jsdialog: use component type in builder options #27039

Workflow file for this run

name: "IRC Notification"
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: vmiklos/notify-irc@fd4b1c5613390a6ba6bdd83e5af75b3dacd86ac8
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) }}