mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
.github: fix a commit message in Kernel workflows
We should use a prefix `sys-kernel`, without `coreos-sources`.
This commit is contained in:
parent
6ac7367f83
commit
a5ef692fd1
@ -22,7 +22,7 @@ done
|
||||
# We can only create the actual commit in the actual source directory, not under the SDK.
|
||||
# So create a format-patch, and apply to the actual source.
|
||||
git add sys-kernel/coreos-*
|
||||
git commit -a -m "sys-kernel/coreos-sources: Upgrade Linux ${versionOld} to ${VERSION_NEW}"
|
||||
git commit -a -m "sys-kernel: Upgrade Linux ${versionOld} to ${VERSION_NEW}"
|
||||
git format-patch -1 --stdout HEAD > "${branch}".patch
|
||||
popd || exit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user