Skip to content

Commit 14d564f

Browse files
Remove author config for now
1 parent 1f13870 commit 14d564f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/update-dependencies.yml

-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
fetch-tags: true
5555
path: ${{ github.workspace }}/src/${{ matrix.key }}
5656

57-
- name: Set author config
58-
run: |
59-
git config user.email "22933334+stackhpc-ci@users.noreply.github.com"
60-
git config user.name "stackhpc-ci"
61-
working-directory: ${{ github.workspace }}/src/kayobe-config
62-
6357
- name: Get latest tag
6458
id: latest_tag
6559
run: |

0 commit comments

Comments
 (0)