Skip to content

Commit cbb7818

Browse files
committed
debug
1 parent 0c99d1c commit cbb7818

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
os: [ubuntu-latest, windows-latest, macos-latest]
3737
runs-on: ${{ matrix.os }}
3838
steps:
39+
- name: Dump event object
40+
run: |
41+
echo "${{toJSON(github.event)}}"
3942
- name: Setup PostgreSQL
4043
uses: ikalnytskyi/action-setup-postgres@v4
4144
with:

0 commit comments

Comments
 (0)