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