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 1e00715 commit f13920aCopy full SHA for f13920a
.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.sha}}"
+ echo "Base repo = ${{github.context.repo.owner}}/${{github.context.repo.repo}}, SHA = ${{github.head_ref||github.sha}}"
43
- name: Dump event object
44
45
echo "${{toJSON(github.event)}}"
0 commit comments