This commit is contained in:
Trym Lund Flogard 2021-06-02 19:53:32 +02:00
parent 4ac99d8b52
commit 4669814861
2 changed files with 715 additions and 713 deletions

1427
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,7 @@ try {
var artifact = new NextcloudArtifact(Inputs.ArtifactName, Inputs.ArtifactPath, Inputs.NoFileBehvaior);
artifact.run()
.catch(e => core.setFailed(e));
core.info("Finished");
} catch (error) {
core.setFailed(error.message);
}