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 b2a72b8 commit 975cdedCopy full SHA for 975cded
.github/workflows/compare-golden-budgets.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: ./scripts/eval-percent-diff.sh -t ${{ github.event.pull_request.base.sha }} 2>&1 | tee output.log
26
27
- name: Comment script output on PR
28
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
29
with:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
script: |
0 commit comments