Skip to content

Commit 0fe6dea

Browse files
Try git config
1 parent 9548cbb commit 0fe6dea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ 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 "[email protected]"
60+
git config user.name "stackhpc-ci"
61+
5762
- name: Get latest tag
5863
id: latest_tag
5964
run: |
@@ -78,11 +83,10 @@ jobs:
7883
path: ${{ github.workspace }}/src/kayobe-config
7984
commit-message: >-
8085
Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
81-
author: stackhpc-ci <[email protected]>
8286
branch: update-dependency/${{ matrix.key }}/${{ inputs.openstack_version }}
8387
delete-branch: true
8488
title: >-
85-
Bump ${{ inputs.openstack_version }} ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
89+
Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
8690
body: >
8791
This PR was created automatically to update ${{ inputs.openstack_version }}
8892
${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}.

0 commit comments

Comments
 (0)