Skip to content

Commit e65cd2a

Browse files
committedMar 24, 2025
GHA: fix the commit message on automatic PR
add multi line commit message Signed-off-by: Robert Gałat <robert.galat@nordicsemi.no>
1 parent b6af482 commit e65cd2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.github/workflows/nrf-upmerge-pr.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Configure Git
3434
run: |
35-
git config --global user.name 'sidewalk Team'
35+
git config --global user.name 'Sidewalk Team'
3636
git config --global user.email 'sidewalk@nordicsemi.no'
3737
3838
- name: Create or update PR
@@ -94,7 +94,10 @@ jobs:
9494
9595
# Add and commit changes
9696
git add .
97-
git commit -m "manifest: Update NRF revision in west.yml\n\nWeekly update: $(date +%Y-%m-%d)" --signoff
97+
git commit \
98+
-m "manifest: Update NRF revision in west.yml" \
99+
-m ""\
100+
-m "Weekly update: $(date +%Y-%m-%d)" --signoff
98101
99102
# Push changes
100103
git push origin $BRANCH_NAME

0 commit comments

Comments
 (0)