Update table style options overflow group label to table options #34003
This file contains hidden or 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@fd4b1c5613390a6ba6bdd83e5af75b3dacd86ac8 | |
| if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository == 'CollaboraOnline/online' | |
| with: | |
| channel: "#cool-dev" | |
| nickname: github-online | |
| message: | | |
| ${{ toJson(github.event) }} |