File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ runs:
166
166
comment-id : ${{ steps.comment-start.outputs.comment-id }}
167
167
reactions : hooray
168
168
body : >
169
- ✅ Poe command `${{ steps.resolve-command.outputs.command }}` completed successfully.
169
+ ✅ Poe command `${{ steps.resolve-command.outputs.command }}` completed successfully. (${{ steps.auto-commit.outputs.commit_hash }})
170
170
171
171
- name : Append no-op comment
172
172
if : >
@@ -177,7 +177,7 @@ runs:
177
177
comment-id : ${{ steps.comment-start.outputs.comment-id }}
178
178
reactions : +1
179
179
body : >
180
- 🟦 Poe command `${{ steps.resolve-command.outputs.command }}` completed successfully. (No changes.)
180
+ 🟦 Poe command `${{ steps.resolve-command.outputs.command }}` completed successfully.
181
181
182
182
- name : Append failure comment
183
183
if : failure() && steps.comment-start.outputs.comment-id
You can’t perform that action at this time.
0 commit comments