Skip to content

Commit 0d5981f

Browse files
committed
zz
1 parent f13920a commit 0d5981f

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.head_ref||github.sha}}"
42+
echo "Base repo = ${{github.context.repo.owner}}/${{github.context.repo.repo}}, SHA = ${{github.event.pull_request.head.sha||github.sha}}"
4343
- name: Dump event object
4444
run: |
4545
echo "${{toJSON(github.event)}}"

0 commit comments

Comments
 (0)