Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 21, 2023
1 parent 4a74695 commit 61966ff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/Test.GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ jobs:
- name: Test Authentication using PAT
shell: pwsh
run: |
Write-
Write-Output '::group::[Debug info] - Environment variables'
Get-ChildItem Env:
Write-Output '::endgroup::'
Write-Output '::group::[Debug info] - File structure'
Write-Verbose "Current directory: $((Get-Location).Path)" -Verbose
Write-Verbose "------------------------------------" -Verbose
Write-Verbose "Current directory content:" -Verbose
Get-ChildItem -Path . -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
Write-Output '::endgroup::'
Install-Module -Name GitHub -Verbose -Force
Get-GitHubConfig
Get-GitHubWorkflow -Repo $env:GITHUB_REPOSITORY -Owner $env:GITHUB_REPOSITORY_OWNER -Verbose

0 comments on commit 61966ff

Please sign in to comment.