Skip to content

Commit f13920a

Browse files
committed
f
1 parent 1e00715 commit f13920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Print messages
4040
run: |
4141
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}}"
42+
echo "Base repo = ${{github.context.repo.owner}}/${{github.context.repo.repo}}, SHA = ${{github.head_ref||github.sha}}"
4343
- name: Dump event object
4444
run: |
4545
echo "${{toJSON(github.event)}}"

0 commit comments

Comments
 (0)