Update import paths
String replacement from `@github/actions-` to `@actions/`
This commit is contained in:
committed by
Christopher Schleiden
parent
0ddee77479
commit
b82ddcdb42
@@ -1,5 +1,5 @@
|
||||
import {LogLevel} from "@github/actions-languageservice/log";
|
||||
export {LogLevel} from "@github/actions-languageservice/log";
|
||||
import {LogLevel} from "@actions/languageservice/log";
|
||||
export {LogLevel} from "@actions/languageservice/log";
|
||||
|
||||
export interface InitializationOptions {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user