Skip to content

Commit b8115bc

Browse files
committed
Update validate-changelogs.yml
1 parent 3b3c17f commit b8115bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate-changelogs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
- name: Set up workspace
1313
uses: actions/checkout@v2
1414

15+
- name: Setup Git
16+
run: |
17+
git config --global user.name "${{ vars.CHANGELOG_USER }}"
18+
git config --global user.email "${{ vars.CHANGELOG_EMAIL }}"
19+
shell: bash
20+
1521
- name: Set up Node.js
1622
uses: actions/setup-node@v3
1723
with:

0 commit comments

Comments
 (0)