Skip to content

Commit

Permalink
set node16 handler for run-vcpkg@v7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Oct 21, 2022
1 parent caea17d commit 905a565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ inputs:
description: "Specifies a semicolon separated list of regular expressions that are used to identify log file paths in the workflow output. A regular expression must have a single capturing group, that is a single pair of parenthesis such as 'See also (.+.log)'. When a match occurs, the content of the file is written into the workflow output for disclosing its content to the user. The default regular expressions are for CMake's and vcpkg's log files."

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/post/index.js'
post-if: 'success()'
Expand Down

0 comments on commit 905a565

Please sign in to comment.