Skip to content

Commit 2968c86

Browse files
authored
fix: improve messaging (#8)
1 parent e934a3f commit 2968c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ runs:
166166
comment-id: ${{ steps.comment-start.outputs.comment-id }}
167167
reactions: hooray
168168
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 }})
170170
171171
- name: Append no-op comment
172172
if: >
@@ -177,7 +177,7 @@ runs:
177177
comment-id: ${{ steps.comment-start.outputs.comment-id }}
178178
reactions: +1
179179
body: >
180-
🟦 Poe command `${{ steps.resolve-command.outputs.command }}` completed successfully. (No changes.)
180+
🟦 Poe command `${{ steps.resolve-command.outputs.command }}` completed successfully.
181181
182182
- name: Append failure comment
183183
if: failure() && steps.comment-start.outputs.comment-id

0 commit comments

Comments
 (0)