We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e33d5 commit 97dc214Copy full SHA for 97dc214
.github/workflows/Breakage.yml
@@ -159,8 +159,14 @@ jobs:
159
fi
160
done >> summary.md
161
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
+
167
- name: PR comment with file
- uses: actions/github-script@v6
168
+ if: github.event.pull_request.head.repo.fork == false
169
+ uses: actions/github-script@main
170
with:
171
github-token: ${{ secrets.GITHUB_TOKEN }}
172
script: |
0 commit comments