Skip to content

Commit

Permalink
Format & build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2022
1 parent a33296c commit 43f1bff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64569,8 +64569,11 @@ async function run() {
'--do-not-fork',
'--disable-sandbox',
githubAppArgs,
]);
await workspace.saveWorkspaceCache(workspaceDir);
]).finally(() => {
workspace.saveWorkspaceCache(workspaceDir).catch((error) => {
core.setFailed(` ✕ ${error.message}`);
});
});
}
catch (error) {
core.setFailed(` ✕ ${error.message}`);
Expand Down

0 comments on commit 43f1bff

Please sign in to comment.