We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 169a4e8 + 7c5f066 commit 726419eCopy full SHA for 726419e
.github/workflows/validation.yml
@@ -34,6 +34,6 @@ jobs:
34
"actor": "${{ github.actor }}",
35
"source": "${{ github.event.repository.name }}",
36
"title": "${{ steps.sanitize.outputs.title }}",
37
- "source_url": "${{ github.event.pull_request.html_url }}",
38
- "git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
+ "source_url": "${{ github.event.pull_request.html_url || github.event.head_commit.url }}",
+ "git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref_name }}\" }"
39
}
0 commit comments