Skip to content

Commit f4d9549

Browse files
authored
Update Breakage.yml for PRs from a fork (#978)
* Update Breakage.yml for PRs from a fork
1 parent dad747b commit f4d9549

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Breakage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,13 @@ jobs:
159159
fi
160160
done >> summary.md
161161
162+
- name: Display summary in CI logs
163+
run: |
164+
echo "### Breakage Summary" >> $GITHUB_STEP_SUMMARY
165+
cat breakage/summary.md >> $GITHUB_STEP_SUMMARY
166+
162167
- name: PR comment with file
168+
if: github.event.pull_request.head.repo.fork == false
163169
uses: actions/github-script@main
164170
with:
165171
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)