We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f1e0a commit 0bfaa7fCopy full SHA for 0bfaa7f
action.yml
@@ -2,7 +2,7 @@ name: 'sort problem matcher'
2
author: 'Peter Newman'
3
description: 'Shows GNU sort errors as annotation (with file and code line) in GitHub Actions'
4
runs:
5
- using: 'node12'
+ using: 'node16'
6
main: 'index.js'
7
branding:
8
icon: 'search'
0 commit comments