We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c93b6 commit 871fb01Copy full SHA for 871fb01
1 file changed
.github/actions/build-kernel/action.yml
@@ -837,7 +837,7 @@ runs:
837
return 1
838
}
839
840
- retry_clone "https://github.com/TheWildJames/kernel_patches.git" "main" "1"
+ retry_clone "https://github.com/WildKernels/kernel_patches.git" "main" "1"
841
842
if [ "${{ env.OP_SUSFS }}" = true ]; then
843
echo "Using SUSFS branch/commit: $SUSFS_BRANCH"
0 commit comments