Fixes #267 Add ActionSkipper
This commit is contained in:
@@ -136,6 +136,9 @@ class CoreInputs {
|
||||
}
|
||||
return this.context.repo.repo;
|
||||
}
|
||||
get skipIfReleaseExists() {
|
||||
return core.getBooleanInput("skipIfReleaseExists");
|
||||
}
|
||||
get tag() {
|
||||
const tag = core.getInput('tag');
|
||||
if (tag) {
|
||||
|
||||
Reference in New Issue
Block a user