Skip to content

Commit 392e9c8

Browse files
authored
Create action.yml
1 parent ffeddcf commit 392e9c8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: test/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)