Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit c3a7509

Browse files
committed
Prettify PR body
1 parent 4c74e55 commit c3a7509

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-submodule.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,16 @@ jobs:
7474
body: |
7575
Updated [${{ steps.submodule-new.outputs.repoName }}](${{ steps.submodule-new.outputs.repoUrl }}) from ${{ steps.submodule-new.outputs.oldShort }} to ${{ steps.submodule-new.outputs.newShort }}.
7676
77+
<details>
78+
<summary>Details</summary>
79+
80+
_This automated submodule update was generated by workflow._
81+
7782
- Old commit: [${{ steps.submodule-new.outputs.oldShort }}](${{ steps.submodule-new.outputs.oldCommitUrl }})
7883
- New commit: [${{ steps.submodule-new.outputs.newShort }}](${{ steps.submodule-new.outputs.newCommitUrl }})
7984
8085
[View changes](${{ steps.submodule-new.outputs.compareUrl }})
86+
</details>
8187
branch: update-submodules
8288
delete-branch: true
8389
base: main

0 commit comments

Comments
 (0)