🚀 [Feature]: Add functionality to configure the action logging #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces several changes to the GitHub Actions workflow and associated scripts to enhance debugging and initialization information. The key updates include adding new inputs for showing initialization and environment information, and restructuring scripts for better modularity and clarity.
Updates to action inputs:
action.yml
: Added new inputsShowInfo
andShowInit
to provide options for showing environment and initialization information. [1] [2]Script restructuring and enhancements:
scripts/init.ps1
(renamed fromscripts/main.ps1
): Refactored to include logic for showing initialization information and added debug statements for better traceability. [1] [2] [3] [4] [5]scripts/info.ps1
: New script added to display detailed information about the environment and GitHub context. Content moved fromscripts/main.ps1
(now calledscripts/init.ps1
)scripts/outputs.ps1
: Updated to include debug statements and formatted output for better readability. [1] [2]Documentation updates:
README.md
: Updated to include descriptions for the new inputsShowInfo
andShowInit
.Update action tests:
.github/workflows/TestWorkflow.yml
: AddedAction-Test [ShowInit]
job to display initialization information and modified existing jobs to useShowInit
. [1] [2]Type of change
Checklist