push: don't report failure on error (#16)
This commit is contained in:
@@ -32,7 +32,8 @@ export const push = async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
core.setFailed(`Action failed with error: ${e}`);
|
core.warning(`Action encountered error: ${e}`);
|
||||||
|
core.info("Not considering errors during push a failure.");
|
||||||
}
|
}
|
||||||
|
|
||||||
core.endGroup();
|
core.endGroup();
|
||||||
|
|||||||
Reference in New Issue
Block a user