mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-12 00:43:55 -07:00
Update styles to latest unicorn 🦄 and prettier 🦋
This commit is contained in:
+1
-1
@@ -17,6 +17,6 @@ async function action() {
|
||||
await Docker.run(builtImage, { workspace, ...buildParameters });
|
||||
}
|
||||
|
||||
action().catch(error => {
|
||||
action().catch((error) => {
|
||||
core.setFailed(error.message);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user