We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73e517 commit a25eb4cCopy full SHA for a25eb4c
1 file changed
Initialize-Template.ps1
@@ -362,7 +362,7 @@ Write-Host " 1. Review the generated files in the $ModuleName folder"
362
Write-Host ' 2. Review README.md and adjust to taste'
363
Write-Host ' 3. Add your functions to the Public/ and Private/ folders'
364
Write-Host ' 4. Run ./build.ps1 -Task Test to verify everything works'
365
-Write-Host ' 5. Configure GitHub repository secrets (see "Repository secrets" in README.md)'
+Write-Host ' 5. Configure GitHub repository secrets - see https://github.com/tablackburn/PowerShellModuleTemplate#repository-secrets'
366
Write-Host ' 6. Push to your GitHub repository'
367
Write-Host ''
368
Write-Host 'You can safely delete this Initialize-Template.ps1 file.' -ForegroundColor Yellow
0 commit comments