generated from PSModule/Template-Action
-
Notifications
You must be signed in to change notification settings - Fork 0
🩹 [Patch]: Fix gh auth status
issue + add complex and actual use-case for Set-GitHubOutput
#41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ray in TestWorkflow
…nused output variables in TestWorkflow
…2 in TestWorkflow
…d token validation
…ng output variable handling
…oved data accessibility
…ClientID and improve authentication check in info.ps1 for better token validation
…y parse ClientID from the result
…validation and output relevant context information
…on for improved data handling
…Json for improved data handling
… toJson for improved data handling
…nd enhance output handling; improve authentication check in info.ps1 for accurate token validation
…eaner code and improved readability
…on check; update TestWorkflow to correctly reference ComplexArrayJson output variable
… improved data handling
…matrix strategy for dynamic testing across different environments
…ing redundant Cars property and ensuring consistent Path assignment; uncomment Context and GitConfig outputs for improved data handling
… hashtable for improved structure and clarity
…figuration for consistency
…or dynamic testing and enhance output handling in MatrixTest
…streamline MatrixTest configuration by removing unnecessary output settings and simplifying array handling
…nt variable to Path and create directory for matrix tests
…workflow by removing redundant line
…assignments for clarity
…ncy in Action-Test workflow
…n and improve clarity in job dependencies
…rectory output for improved visibility
…improved functionality
… existence check, enhancing output clarity
…enhance debugging visibility
…rkflow for enhanced visibility during execution
…release option for enhanced functionality
…t variables and JSON objects
…for improved error handling
…w to ensure proper data format
…s a string for improved validation
…or improved control over execution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 includes significant updates to the
.github/workflows/TestWorkflow.yml
andscripts/info.ps1
files to enhance the workflow and logging capabilities.Enhancements to
.github/workflows/TestWorkflow.yml
:MatrixTest
,ComplexArray
, andComplexArrayJson
to capture and utilize more detailed test results.LogGroup
sections to improve the readability and organization of the workflow logs.MatrixCreator
to dynamically create a matrix of test configurations and a dependent jobMatrixTest
to execute the tests based on the matrix.Enhancements to
scripts/info.ps1
:$LASTEXITCODE
after checking the GitHub CLI authentication status.Type of change
Checklist