Skip to content

Commit 511d2d9

Browse files
authored
Declare outputs in action.yml
1 parent 1876a6c commit 511d2d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ inputs:
1010
token:
1111
description: Personal access token (auto-populated)
1212
default: ${{ github.token }}
13+
outputs:
14+
crystal:
15+
description: The actual version of Crystal that was installed
1316
runs:
1417
using: node12
1518
main: index.js

0 commit comments

Comments
 (0)