File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 54
54
fetch-tags : true
55
55
path : ${{ github.workspace }}/src/${{ matrix.key }}
56
56
57
+ - name : Set author config
58
+ run : |
59
+ git config user.email "[email protected] "
60
+ git config user.name "stackhpc-ci"
61
+
57
62
- name : Get latest tag
58
63
id : latest_tag
59
64
run : |
@@ -78,11 +83,10 @@ jobs:
78
83
path : ${{ github.workspace }}/src/kayobe-config
79
84
commit-message : >-
80
85
Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
81
- author :
stackhpc-ci <[email protected] >
82
86
branch : update-dependency/${{ matrix.key }}/${{ inputs.openstack_version }}
83
87
delete-branch : true
84
88
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 }}
86
90
body : >
87
91
This PR was created automatically to update ${{ inputs.openstack_version }}
88
92
${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}.
You can’t perform that action at this time.
0 commit comments