File: scalar-trigger-type.yml

package info (click to toggle)
rust-github-actions-models 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# repro case for https://github.com/woodruffw/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