github-actions-models 1.24.0-rc3

Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components
Documentation
1
2
3
4
5
6
7
8
9
10
# repro case for https://github.com/zizmorcore/github-actions-models/issues/12
name: issue-12
on:
  repository_dispatch:
    types: some-external-type
jobs:
  dummy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4