Skip to content

notify

notify #59

Workflow file for this run

name: notify
on:
workflow_run:
workflows: ["deploy", "test"]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Print
run: echo ${{ github.event.action }} ${{ github.event.sender }} ${{ github.event.workflow.name }} ${{ github.event.workflow_run.name }}