File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
36
36
with :
37
37
token : ${{ secrets.MINIKUBE_BOT_PAT }}
38
- commit-message : ' Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outpus .NEW_VERSION }}'
38
+ commit-message : ' Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outputs .NEW_VERSION }}'
39
39
committer :
minikube-bot <[email protected] >
40
40
author :
minikube-bot <[email protected] >
41
41
branch : auto_bump_ubuntu_version
42
42
push-to-fork : minikube-bot/minikube
43
43
base : master
44
44
delete-branch : true
45
- title : ' Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outpus .NEW_VERSION }}'
45
+ title : ' Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outputs .NEW_VERSION }}'
46
46
body : |
47
47
The ubuntu:jammy image released a new version
48
48
You can’t perform that action at this time.
0 commit comments