Skip to content

Commit fb7059e

Browse files
committed
try
1 parent cbb7818 commit fb7059e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
os: [ubuntu-latest, windows-latest, macos-latest]
3737
runs-on: ${{ matrix.os }}
3838
steps:
39+
- name: Print messages
40+
run: |
41+
echo "PR ${{github.event.pull_request.number}} at ${{github.event.pull_request.url}}"
42+
echo "Base repo = ${{github.context.repo.owner}}/${{github.context.repo.repo}}, SHA = ${{process.env.GITHUB_SHA}}"
3943
- name: Dump event object
4044
run: |
4145
echo "${{toJSON(github.event)}}"

0 commit comments

Comments
 (0)