Skip to content

Commit 9d25e05

Browse files
committed
Add some echo to explain patching steps
1 parent a921a10 commit 9d25e05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,9 @@ runs:
812812
echo "Patching file: $file with fix_$file.patch"
813813
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_$file.patch"
814814
done
815+
echo "Patching Hook Mode!"
815816
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/overwrite_hook_mode.patch"
817+
echo "Patching KSU_TOOLKIT Support for SusFS kernel!"
816818
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/ksu_toolkit.patch"
817819
else
818820
patch -p1 --forward < 10_enable_susfs_for_ksu.patch
@@ -912,6 +914,7 @@ runs:
912914
cd ./KernelSU
913915
fi
914916
917+
echo "Patching BBG Enhanced Security!"
915918
patch -p1 --forward < "../../../kernel_patches/common/bbg_untrusted_cred.patch"
916919
echo "✅ BBG LSM added"
917920
echo "::endgroup::"

0 commit comments

Comments
 (0)