mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-04 07:11:57 +03:00
Changing problem matcher syntax to a new one
This commit is contained in:
parent
2daac5e246
commit
6f09586277
3 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@ export async function run(actionInput: input.Input): Promise<void> {
|
|||
|
||||
async function main(): Promise<void> {
|
||||
const matchersPath = path.join(__dirname, '.matchers');
|
||||
console.log(`##[add-matcher]${path.join(matchersPath, 'rust.json')}`);
|
||||
console.log(`::add-matcher::${path.join(matchersPath, 'rust.json')}`);
|
||||
|
||||
const actionInput = input.get();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue