Skip to content

Commit 92e5c92

Browse files
committed
Fix action.yml file not recording outputs
1 parent 0d7735b commit 92e5c92

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/actions/src/info/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Package Info
22
description: Gets which packages are currently present in the repository
33

44
outputs:
5-
packages:
6-
description: The list of packages present
5+
libs:
6+
description: The list of library packages present
7+
bundles:
8+
description: The list of bundles packages present
9+
tabs:
10+
description: The list of tabs packages present
711

812
runs:
913
using: node20

0 commit comments

Comments
 (0)