summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/uses-composite-with-error/composite_action2/action.yml
blob: 627bfd1a1189d1a9ae9c84db4e61b0a26d1592e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
name: "Test Composite Action"
description: "Test action uses composite"

runs:
  using: "composite"
  steps:
  - run: exit 1
    shell: bash
  - run: echo should not run in composite steps
    shell: bash