We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e8d38 commit b728d78Copy full SHA for b728d78
.github/workflows/coverage.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# Only post comments if the PR came from FINOS (the only repo with permission to run it)
55
- name: PR comment with file
56
- if: github.repository == 'finos/FDC3'
+ if: github.event.pull_request.head.repo.full_name == 'finos/FDC3'
57
uses: thollander/actions-comment-pull-request@v3
58
with:
59
file-path: test-summary.md
0 commit comments