blob: 2d12207af66ab34b4c6b348940cfecfa8065cde5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name: "Test Composite Action"
description: "Test action uses composite"
runs:
using: "composite"
steps:
- uses: ./uses-composite-with-pre-and-post-steps/action-with-pre-and-post
with:
step: step1
- uses: ./uses-composite-with-pre-and-post-steps/action-with-pre-and-post
with:
step: step2
|