We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb7818 commit fb7059eCopy full SHA for fb7059e
.github/workflows/dotnet.yml
@@ -36,6 +36,10 @@ jobs:
36
os: [ubuntu-latest, windows-latest, macos-latest]
37
runs-on: ${{ matrix.os }}
38
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}}"
43
- name: Dump event object
44
run: |
45
echo "${{toJSON(github.event)}}"
0 commit comments