Fixes #267 Add ActionSkipper

This commit is contained in:
Nick Cipollo
2022-11-11 13:46:22 -05:00
parent 3ac4132803
commit 3bacd9e49a
16 changed files with 297 additions and 17 deletions
+3
View File
@@ -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) {