You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$CURRENT_VERSION" != "$INFIX_VERSION" ]; then
50
39
echo "new_release=true" >> $GITHUB_OUTPUT
51
-
echo "🎉 New 6.12 kernel released: $CURRENT_VERSION (our version: $LATEST_TAG)"
40
+
echo "🎉 New 6.12 kernel released: $CURRENT_VERSION (infix version: $INFIX_VERSION)"
52
41
else
53
42
echo "new_release=false" >> $GITHUB_OUTPUT
54
43
echo "No change - still at $CURRENT_VERSION"
@@ -94,7 +83,7 @@ jobs:
94
83
title: `Upgrade to kernel ${{ steps.check.outputs.current_version }}`,
95
84
head: 'kernel-upgrade',
96
85
base: 'main',
97
-
body: `Automated kernel upgrade to version ${{ steps.check.outputs.current_version }}.\n\n**Previous version:** ${{ steps.check.outputs.latest_tag }}\n**New version:** ${{ steps.check.outputs.current_version }}\n**Source:** https://www.kernel.org/\n\nThis PR was automatically created by the kernel release monitoring workflow.`
86
+
body: `Automated kernel upgrade to version ${{ steps.check.outputs.current_version }}.\n\n**Previous version:** ${{ steps.check.outputs.infix_version }}\n**New version:** ${{ steps.check.outputs.current_version }}\n**Source:** https://www.kernel.org/\n\nThis PR was automatically created by the kernel release monitoring workflow.`
0 commit comments