Skip to content

Commit

Permalink
adds back run call (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Weisberg <[email protected]>
  • Loading branch information
aaron-weisberg-qz and aweis89 authored Jan 18, 2024
1 parent 3c8bb04 commit 701cffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,5 @@ async function run(): Promise<void> {
core.setFailed(`ArgoCD diff failed: Encountered ${diffsWithErrors.length} errors`);
}
}

run().catch(e => core.setFailed(e.message));

0 comments on commit 701cffb

Please sign in to comment.