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 67b8cb8 commit 270184cCopy full SHA for 270184c
actions/package-size/action.yml
@@ -40,7 +40,7 @@ runs:
40
41
- name: Create comment
42
if: steps.fc.outputs.comment-id == ''
43
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
+ uses: peter-evans/create-or-update-comment@6f2ce0ef39607bc6465c7fdf93368dc08095f938
44
with:
45
issue-number: ${{ inputs.pr_number }}
46
body: |
@@ -51,7 +51,7 @@ runs:
51
52
- name: Update comment
53
if: steps.fc.outputs.comment-id != ''
54
55
56
comment-id: ${{ steps.fc.outputs.comment-id }}
57
edit-mode: replace
0 commit comments