Skip to content

Commit ce00bd8

Browse files
Merge branch 'develop'
2 parents 3d31ef1 + 64ca4ae commit ce00bd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nbgv_prepare_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
with:
5454
dotnet-version: 9.0.x
5555

56+
- name: 📋 Configure Git identity
57+
run: |
58+
git config user.name "github-actions[bot]"
59+
git config user.email "github-actions[bot]@users.noreply.github.com"
60+
5661
- name: 🔄 Map patch → revision
5762
id: map
5863
run: |

0 commit comments

Comments
 (0)