grub: move theme to own repo

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-05-03 21:02:21 +02:00
parent f0734f72a7
commit 6dc0961ed9
12 changed files with 33 additions and 61 deletions

View File

@@ -63,6 +63,7 @@ jobs:
getModules "files/p3/modules"
getConfigs "files/p3/configs"
getPatches "files/p3/patches"
getTheme "files/p1/boot/grub"
echo "OK"

View File

@@ -50,6 +50,10 @@ on:
description: "patches version"
default: ""
type: string
theme_version:
description: "theme version"
default: ""
type: string
jobs:
build:
@@ -135,6 +139,9 @@ jobs:
PATCHESTAG="${{ inputs.patches_version }}"
getPatches "files/p3/patches"
echo "PATCHESTAG=${TAG}" >> $GITHUB_ENV
THEMETAG="${{ inputs.theme_version }}"
getTheme "files/p1/boot/grub"
echo "THEMETAG=${TAG}" >> $GITHUB_ENV
echo "OK"
@@ -224,6 +231,7 @@ jobs:
Configs: ${{ env.CONFIGSTAG }}
Modules: ${{ env.MODULESTAG }}
Patches: ${{ env.PATCHESTAG }}
Theme: ${{ env.THEMETAG }}
LKM: ${{ env.LKMTAG }}
Changelog: