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
Describe the bug
Install-HydrationEpac throws an error at the step where it copies pipeline files if you select script type, and also github actions.
Renaming StarterKit/Pipelines/GitHubActions/templates-ps1-use-scripts to templates-ps1-scripts fixes this issue.
I don't see any references to templates-ps1-use-scripts in the code. Only templates-ps1-scripts.
To Reproduce
Steps to reproduce the behavior:
Run Install-HydrationEpac and select Git Hub Actions as the pipeline type and script as the script type.
Screenshots
Copying starter kit GitHub Actions workflows (GitHub-Flow) from './StarterKit/Pipelines/GitHubActions/GitHub-Flow/*.yml' to ./.github/workflows
Copying starter kit GitHub Actions reusable workflows (use scripts) from './StarterKit/Pipelines/GitHubActions/templates-ps1-scripts/*.yml' to ./.github/workflows
Press Enter to continue:
Install-HydrationEpac: Unable to create pipeline. Please rerun hydration and confirm the pipeline responses in the New-HydrationAnswerFile cmdlet interview.
EPAC Version
10.6.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Install-HydrationEpac throws an error at the step where it copies pipeline files if you select script type, and also github actions.
Renaming StarterKit/Pipelines/GitHubActions/templates-ps1-use-scripts to templates-ps1-scripts fixes this issue.
I don't see any references to templates-ps1-use-scripts in the code. Only templates-ps1-scripts.
To Reproduce
Steps to reproduce the behavior:
Run Install-HydrationEpac and select Git Hub Actions as the pipeline type and script as the script type.
Screenshots
EPAC Version
10.6.2
The text was updated successfully, but these errors were encountered: