We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6af482 commit e65cd2aCopy full SHA for e65cd2a
.github/workflows/nrf-upmerge-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Configure Git
34
run: |
35
- git config --global user.name 'sidewalk Team'
+ git config --global user.name 'Sidewalk Team'
36
git config --global user.email 'sidewalk@nordicsemi.no'
37
38
- name: Create or update PR
@@ -94,7 +94,10 @@ jobs:
94
95
# Add and commit changes
96
git add .
97
- git commit -m "manifest: Update NRF revision in west.yml\n\nWeekly update: $(date +%Y-%m-%d)" --signoff
+ git commit \
98
+ -m "manifest: Update NRF revision in west.yml" \
99
+ -m ""\
100
+ -m "Weekly update: $(date +%Y-%m-%d)" --signoff
101
102
# Push changes
103
git push origin $BRANCH_NAME
0 commit comments