await > yield

This commit is contained in:
koeneijkemans 2020-07-04 18:43:20 +02:00
parent 92822d3260
commit e035f0c08a

View File

@ -9,7 +9,7 @@ try {
}
};
yield execlib.exec('git', ['branch'], options)
await execlib.exec('git', ['branch'], options);
core.setOutput("branchname", output);
} catch (error) {
core.setFailed(error.message);