mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-27 03:13:18 +02:00
test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user