summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/workflow_dispatch-scalar-composite-action/workflow_dispatch.yml
blob: f8447b45ba37072e67bc4b2efa2e1bf5f2d47ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: workflow_dispatch

on: workflow_dispatch

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - run: |
          runs:
            using: composite
            steps:
            - run: |
                exit 0
              shell: bash
        shell: cp {0} action.yml
      - uses: ./