forked from Mirror/attic-action
add return code info
This commit is contained in:
parent
fe7e4e104a
commit
5121b742ce
1 changed files with 1 additions and 0 deletions
|
@ -36,5 +36,6 @@ export const install = async () => {
|
||||||
|
|
||||||
export const isInstalled = async () => {
|
export const isInstalled = async () => {
|
||||||
let return_code = await exec("attic", ["-V"]);
|
let return_code = await exec("attic", ["-V"]);
|
||||||
|
core.info(`Attic command returned code ${return_code}`);
|
||||||
return return_code === 0;
|
return return_code === 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue