Skip to content

Commit 5bdc5dd

Browse files
committed
fix PR title
1 parent 4174e23 commit 5bdc5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-ubuntu-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
3636
with:
3737
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 }}'
3939
committer: minikube-bot <[email protected]>
4040
author: minikube-bot <[email protected]>
4141
branch: auto_bump_ubuntu_version
4242
push-to-fork: minikube-bot/minikube
4343
base: master
4444
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 }}'
4646
body: |
4747
The ubuntu:jammy image released a new version
4848

0 commit comments

Comments
 (0)