Skip to content

Commit 6cc60cb

Browse files
fix: Refine action description for improved clarity
And be under 125 character requirements
1 parent 80de8ad commit 6cc60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: 'TRX to VS Playlist Converter'
33
description: >
44
Convert TRX test result files to Visual Studio Test playlist files.
5-
Supports globbing patterns, merging multiple TRX files, and creating separate playlists.
65
branding:
76
icon: 'play'
87
color: 'blue'
@@ -61,6 +60,7 @@ runs:
6160
uses: actions/setup-dotnet@v5
6261
with:
6362
dotnet-version: '10.x'
63+
dotnet-quality: 'ga'
6464

6565
- name: Install trx-to-vsplaylist tool
6666
shell: bash

0 commit comments

Comments
 (0)