.github: fix a commit message in Kernel workflows

We should use a prefix `sys-kernel`, without `coreos-sources`.
This commit is contained in:
Dongsu Park 2020-03-06 15:22:08 +01:00 committed by Kai Lüke
parent 6ac7367f83
commit a5ef692fd1

View File

@ -22,7 +22,7 @@ done
# We can only create the actual commit in the actual source directory, not under the SDK. # 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. # So create a format-patch, and apply to the actual source.
git add sys-kernel/coreos-* 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 git format-patch -1 --stdout HEAD > "${branch}".patch
popd || exit popd || exit