We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a103f commit 756b0f7Copy full SHA for 756b0f7
.github/workflows/build-stats.yml
@@ -54,6 +54,9 @@ jobs:
54
return JSON.stringify({
55
size: { fabric: { minified: fs.statSync('${{ env.minified }}').size, bundled: fs.statSync('${{ env.bundled }}').size } }
56
});
57
+ - run: |
58
+ echo "a ${{ steps.pr_stats.outputs.pr_stats }}"
59
+ echo "b ${{ steps.upstream_stats.outputs.result }}"
60
- name: process
61
id: stats-message
62
uses: actions/github-script@v6
0 commit comments