557 B
557 B
AI Modification Log: Workflow Input Defaults
Date: 2026-06-29
Change
- Added
type: booleanto theReleaseandSharePointworkflow dispatch inputs in X/Y/Z workflows. - Changed env export lines to default
ReleaseandSharePointtotruewhengithub.event.inputsis absent, such as repository dispatch runs.
Reason
The workflows also support repository_dispatch, where github.event.inputs is not populated. Without explicit fallback values, release and SharePoint conditions can see empty strings and skip expected upload steps.