File tree Expand file tree Collapse file tree
.github/actions/update-index Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 ClientID : ${{ inputs.ClientID }}
1717 PrivateKey : ${{ inputs.PrivateKey }}
1818 Script : |
19- ${{ github.action_path }}/src/Invoke-UpdateIndex .ps1
19+ ${{ github.action_path }}/src/main .ps1
Original file line number Diff line number Diff line change 99 metadata and regenerating module catalog documentation artifacts.
1010
1111 . EXAMPLE
12- ./Invoke-UpdateIndex .ps1
12+ ./main .ps1
1313#>
1414[CmdletBinding ()]
1515param ()
@@ -29,8 +29,8 @@ LogGroup 'Collect repositories' {
2929}
3030
3131LogGroup ' Skipped generators' {
32- Write-Host ' Update-ActionList is currently disabled in Invoke-UpdateIndex .ps1'
33- Write-Host ' Update-FunctionAppList is currently disabled in Invoke-UpdateIndex .ps1'
32+ Write-Host ' Update-ActionList is currently disabled in main .ps1'
33+ Write-Host ' Update-FunctionAppList is currently disabled in main .ps1'
3434}
3535
3636LogGroup ' Update module catalog docs' {
You can’t perform that action at this time.
0 commit comments