Skip to content

Commit 36ea94a

Browse files
committed
test permission
1 parent e1b0955 commit 36ea94a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/size.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6363
run: |
64-
./script/check-size
64+
mkdir -p /tmp/ot-size-report
65+
echo '<!-- Size Report of **OpenThread** -->' > /tmp/ot-size-report/report_pr
66+
echo 'test permission' >> /tmp/ot-size-report/report_pr
6567
cat /tmp/ot-size-report/report_pr >> $GITHUB_STEP_SUMMARY
6668
- uses: actions/github-script@v7
6769
name: Post Report

0 commit comments

Comments
 (0)