Skip to content

Commit 1667332

Browse files
committed
Set up author globally
1 parent 2583767 commit 1667332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-and-process-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: Process changes
7676
id: changes
7777
run: |
78-
git config user.name "github-actions[bot]"
79-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
78+
git config --global user.name "github-actions[bot]"
79+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
8080
${{ github.workspace }}/destination/scripts/source/dispatch_product.py ${{env.SOURCE_REPO }} ${{ github.workspace }}
8181
working-directory: source
8282

0 commit comments

Comments
 (0)