Skip to content

Commit 5c53bab

Browse files
authoredNov 8, 2023
Create action.yml
1 parent 392e9c8 commit 5c53bab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎test/nested/action.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'CompActionPath'
2+
description: 'Tests GITHUB_ACTION_PATH'
3+
author: 'siaramist'
4+
5+
runs:
6+
using: 'composite'
7+
steps:
8+
- name: test
9+
shell: bash
10+
run: |
11+
env
12+
- name: hello
13+
shell: bash
14+
run: echo "Hello world"

0 commit comments

Comments
 (0)
Please sign in to comment.