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 f13920a commit 0d5981fCopy full SHA for 0d5981f
.github/workflows/dotnet.yml
@@ -39,7 +39,7 @@ jobs:
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 = ${{github.head_ref||github.sha}}"
+ echo "Base repo = ${{github.context.repo.owner}}/${{github.context.repo.repo}}, SHA = ${{github.event.pull_request.head.sha||github.sha}}"
43
- name: Dump event object
44
45
echo "${{toJSON(github.event)}}"
0 commit comments