add v2 deprecation warning
This commit is contained in:
parent
d13ca047ae
commit
f72cffc780
21 changed files with 199 additions and 8 deletions
|
|
@ -220,6 +220,8 @@ async function run() {
|
|||
|
||||
const gitHubVersion = await getGitHubVersion();
|
||||
|
||||
util.checkActionVersion(actionsUtil.getActionVersion(), gitHubVersion);
|
||||
|
||||
const features = new Features(
|
||||
gitHubVersion,
|
||||
repositoryNwo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue