Skip to content

grist_server: build as root because ansibles ability to run shit as a… #449

grist_server: build as root because ansibles ability to run shit as a…

grist_server: build as root because ansibles ability to run shit as a… #449

Workflow file for this run

name: "IRC Notification on push"
on:
- "push"
- "issues"
jobs:
notification:
runs-on: "ubuntu-latest"
name: "IRC Notifications"
steps:
- name: "IRC notification"
if: ${{ github.repository == 'tykling/ansible-roles' }}
uses: "Gottox/irc-message-action@v2"
with:
server: "ircd.tyknet.dk"
channel: "#tykling/ansible-roles"
nickname: "ansibot"
message: |-
${{ github.actor }} pushed new commits: ${{ github.event.compare }} - latest commit msg: "${{ github.event.head_commit.message }}"