Skip to content

Commit 7768bff

Browse files
committed
z
1 parent 1d16584 commit 7768bff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,10 @@ jobs:
7070
- name: Print messages
7171
shell: pwsh
7272
env:
73-
#MY_MSG: ${{ github.event.pull_request.merged == true && ('#'github.event.pull_request.number) || github.sha }}
7473
MY_MSG: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.sha }}
7574
run: |
7675
# github.event.pull_request.merged == true
7776
Write-Host "Message = "$env:MY_MSG"
78-
79-
80-
# For a PR:
81-
# Auto-generated documentation from [1294](https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1294)
82-
# For a commit
83-
# Auto-generated documentation from {auto}
84-
#echo "PR ${{github.event.pull_request.number}} at ${{github.event.pull_request.url}}"
85-
#echo "Base repo = ${{github.context.repo.owner}}/${{github.context.repo.repo}}, SHA = ${{github.event.pull_request.head.sha||github.sha}}"
8677
- name: Dump event object
8778
run: |
8879
echo "${{toJSON(github.event)}}"

0 commit comments

Comments
 (0)