generated and pretty files

This commit is contained in:
Bryan Clark 2019-11-28 12:40:45 -08:00
parent b0e5cf270d
commit dc5f78f54d
4 changed files with 16 additions and 9 deletions

View file

@ -25,7 +25,6 @@ async function run() {
if (id && username && password) {
await auth.configAuthentication(id, username, password);
}
} catch (error) {
core.setFailed(error.message);
}