Skip to content

Commit ee6f567

Browse files
test override author to fix CI perms
1 parent 40b388d commit ee6f567

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-dependencies.yml

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

57+
- name: test author override
58+
run: |
59+
git config user.name "assumptionsandg"
60+
git config user.email "[email protected]"
61+
working-directory: ${{ github.workspace }}/src/kayobe-config
62+
5763
- name: Get latest tag
5864
id: latest_tag
5965
run: |

0 commit comments

Comments
 (0)