Skip to content

gr2m/release-notifier-action release #342

gr2m/release-notifier-action release

gr2m/release-notifier-action release #342

Workflow file for this run

name: Echo
on: repository_dispatch
jobs:
published:
runs-on: ubuntu-latest
steps:
- run: "echo 'event type: ${{ github.event.action }}'"
- run: "echo 'new release: ${{ github.event.client_payload.release.tag_name }}'"