Skip to content

Commit

Permalink
Docs output descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jun 3, 2024
1 parent 92fed68 commit 385cae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ inputs:
default: "false"
outputs:
matrix:
description: 'The `matrix` data'
description: 'The `matrix` data (Array<{dart: string, flutter: string}>)'
dart:
description: 'The `matrix.dart`` data'
description: 'The Dart SDK versions (Array<string>)'
flutter:
description: 'The `matrix.flutter` data'
description: 'The Flutter SDK versions (Array<string>)'
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit 385cae7

Please sign in to comment.