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 6aadf04 commit 6c1defdCopy full SHA for 6c1defd
actions/package-size/action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Find Size Comment
34
# Only do commenting on non-forks. A fork does not have permissions for comments.
35
if: github.event.pull_request.head.repo.full_name == github.repository
36
- uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
+ uses: peter-evans/find-comment@f4cbe6f4bbf3a883f3e2b1457ce8b53de9ae2259
37
id: fc
38
with:
39
issue-number: ${{ inputs.pr_number }}
0 commit comments