You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance Bicep validation email notifications and refactor user fetching logic
- Update email body handling in Bicep validation workflow to include fallback messages when HTML reports are not generated.
- Refactor `fetchCurrentUser` to `hydrateCurrentUser` in app slice, improving user state management.
- Remove unused `fetchCurrentUser` async thunk and related error handling.
- Adjust LoginButton component to streamline authentication logic.
- Minor documentation update for clarity in app registration instructions.
EMAIL_BODY="<p>Bicep parameter validation failed but no HTML report was generated. Check the <a href=\"https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}\">workflow run</a> for details.</p>"
0 commit comments