Skip to content

Commit 0cd5ea2

Browse files
committed
workflow: Fix commit message in release body
Removed hardcoded commit reference from the release body in the build workflow to ensure dynamic information is displayed. Signed-off-by: Chiho Sin <[email protected]>
1 parent 65317a3 commit 0cd5ea2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/fobe_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ jobs:
247247
body: |
248248
**Version**: ${{ steps.strategy.outputs.original_version }}
249249
**Commit**: ${{ github.sha }}
250-
**Commit**: 4
251250
252251
Please select the appropriate firmware file for your development board.
253252

0 commit comments

Comments
 (0)