mirror of
https://github.com/android-actions/setup-android.git
synced 2026-01-23 16:39:15 +03:00
Add abolute path to json files
This commit is contained in:
10
index.js
10
index.js
@@ -1,5 +1,5 @@
|
|||||||
console.log("::add-matcher::.github/android-lint-file-matcher.json");
|
console.log(`::add-matcher::${process.cwd()}/.github/android-lint-file-matcher.json`);
|
||||||
console.log("::add-matcher::.github/android-lint-line-matcher.json");
|
console.log(`::add-matcher::${process.cwd()}/.github/android-lint-line-matcher.json`);
|
||||||
console.log("::add-matcher::.github/gradle-matcher.json");
|
console.log(`::add-matcher::${process.cwd()}/.github/gradle-matcher.json`);
|
||||||
console.log("::add-matcher::.github/kotlin-error-matcher.json");
|
console.log(`::add-matcher::${process.cwd()}/.github/kotlin-error-matcher.json`);
|
||||||
console.log("::add-matcher::.github/kotlin-warning-matcher.json");
|
console.log(`::add-matcher::${process.cwd()}/.github/kotlin-warning-matcher.json`);
|
||||||
|
|||||||
Reference in New Issue
Block a user