Skip to content

Commit c3e2ab3

Browse files
committed
xx
1 parent 372334b commit c3e2ab3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

action.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ inputs:
66
description: "Input to use"
77
default: "world"
88
outputs:
9-
myOutput:
9+
files:
10+
description: the files
11+
FILES_LISTING_1:
1012
description: "Output from the action"
13+
MY_VAR1:
14+
description: "1"
15+
MY_VAR2:
16+
description: "2"
17+
MY_VAR3:
18+
description: "3"
1119
runs:
1220
using: "docker"
1321
image: "Dockerfile"

0 commit comments

Comments
 (0)