Skip to content

resource-published

resource-published #9

Workflow file for this run

on:
repository_dispatch:
types:
- resource-published
jobs:
print:
runs-on: ubuntu-latest
steps:
- run: |
echo "Status: ${{ github.event.client_payload.status }}"
echo "Path: ${{ github.event.client_payload.path }}"