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 f22e886 commit d506b53Copy full SHA for d506b53
.github/workflows/code_size_comment.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: 'Download artifact'
17
id: download-artifact
18
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
19
with:
20
result-encoding: string
21
script: |
@@ -56,7 +56,7 @@ jobs:
56
run: unzip code-size-report.zip
57
- name: Post comment to pull request
58
if: steps.download-artifact.outputs.result == 'ok'
59
60
61
github-token: ${{secrets.GITHUB_TOKEN}}
62
0 commit comments