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
- Implemented `module-ref-mode` input to control how module versions are referenced in generated documentation (options: "tag" or "sha").
- Updated `configureGitAuthentication` function to handle GitHub token authentication for HTTPS operations.
- Enhanced tests for `configureGitAuthentication` to cover various scenarios including error handling and domain-specific configurations.
- Modified `generateWikiFiles` function to utilize the new `moduleRefMode` configuration, adjusting the reference format based on the selected mode.
- Refactored `TerraformModule` class to store tags as objects containing both name and commit SHA, allowing for better version management.
- Updated metadata and constants to include new module reference mode options and validation.
- Adjusted action YAML to include new input for `module-ref-mode` with appropriate descriptions.
Co-authored-by: Mark Johnson <739719+virgofx@users.noreply.github.com>
0 commit comments