v1.6.5
🩹 [Patch]: Add output for GitHubRepos from PSModule (#59)
Description
This pull request updates GitHub Actions workflows to improve functionality and maintainability. The changes include removing a redundant comment from the Action-Test workflow and modifying the TestWorkflow to specify the repository owner explicitly in multiple job configurations.
Updates to GitHub Actions workflows:
.github/workflows/Action-Test.yml: Removed a redundant comment related to skipping a Checkov rule for tag references..github/workflows/TestWorkflow.yml: Updated theGet-GitHubRepositorycommand in three job configurations (ActionTestWithUSERFGPAT,ActionTestWithORGFGPAT, andActionTestWithGitHubAppEnt) to include the-Owner PSModuleparameter for specifying the repository owner explicitly. [1] [2] [3]
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas