File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -102,18 +102,8 @@ jobs:
102102 - name : Import-Module
103103 id : import-module
104104 shell : pwsh
105- env :
106- TEST_APP_ENT_CLIENT_ID : ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
107- TEST_APP_ENT_PRIVATE_KEY : ${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}
108- TEST_APP_ORG_CLIENT_ID : ${{ secrets.TEST_APP_ORG_CLIENT_ID }}
109- TEST_APP_ORG_PRIVATE_KEY : ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}
110- TEST_USER_ORG_FG_PAT : ${{ secrets.TEST_USER_ORG_FG_PAT }}
111- TEST_USER_USER_FG_PAT : ${{ secrets.TEST_USER_USER_FG_PAT }}
112- TEST_USER_PAT : ${{ secrets.TEST_USER_PAT }}
113105 working-directory : ${{ inputs.WorkingDirectory }}
114106 run : |
115- Write-Output " Getting envvars"
116- Get-ChildItem env: | Select-Object Name, Value | Format-Table -AutoSize | Out-String
117107 $name = Get-ChildItem "outputs/module" | Select-Object -ExpandProperty Name
118108 $path = Install-PSModule -Path "outputs/module/$name" -PassThru
119109 Write-Warning $path
You can’t perform that action at this time.
0 commit comments