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.
LouisBrunner/checks-action
1 parent 0b2f414 commit 4f337e1Copy full SHA for 4f337e1
.github/workflows/report-size.yml
@@ -66,7 +66,7 @@ jobs:
66
deno run -A scripts/report-size.ts -- --target ${{ matrix.runner_target }} ${{ matrix.runner_args }} -- -basepri > size-report.md
67
68
- name: Publish the report as a check run
69
- uses: LouisBrunner/checks-action@v1.2.0
+ uses: LouisBrunner/checks-action@v1.5.0
70
with:
71
token: ${{ secrets.GITHUB_TOKEN }}
72
name: "Size report: ${{ matrix.runner_target }} ${{ matrix.runner_args }}"
0 commit comments