mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-05-05 00:16:09 +02:00
test
This commit is contained in:
parent
70ba52c79f
commit
18228c6e6d
@ -4,7 +4,8 @@ import * as core from '@actions/core';
|
||||
|
||||
try {
|
||||
var artifact = new NextcloudArtifact(Inputs.ArtifactName, Inputs.ArtifactPath, Inputs.NoFileBehvaior);
|
||||
artifact.run();
|
||||
artifact.run()
|
||||
.catch(e => core.setFailed(e));
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user