File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments