Skip to content

Commit 991c0f5

Browse files
committed
Show environment variables
1 parent b01e414 commit 991c0f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
with:
4343
username: postgres
4444
password: postgres
45+
- name: Show environment variables
46+
shell: pwsh
47+
run: |
48+
Get-ChildItem env:* | Sort-Object Name | Format-List
4549
- name: Setup .NET
4650
uses: actions/setup-dotnet@v4
4751
with:

0 commit comments

Comments
 (0)