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,15 +35,15 @@ jobs:
35
35
uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
36
36
with :
37
37
token : ${{ secrets.MINIKUBE_BOT_PAT }}
38
- commit-message : ' Kicbase/ISO : Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
38
+ commit-message : ' Kicbase: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
39
39
committer :
minikube-bot <[email protected] >
40
40
author :
minikube-bot <[email protected] >
41
41
branch : auto_bump_nerdctld_version
42
42
branch-suffix : short-commit-hash
43
43
push-to-fork : minikube-bot/minikube
44
44
base : master
45
45
delete-branch : true
46
- title : ' Kicbase/ISO : Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
46
+ title : ' Kicbase: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
47
47
body : |
48
48
The nerdctld project released a [new version](https://github.com/afbjorklund/nerdctld/releases)
49
49
You can’t perform that action at this time.
0 commit comments