We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ece59 commit c4c6fcaCopy full SHA for c4c6fca
.github/workflows/build_loop.yml
@@ -74,7 +74,7 @@ jobs:
74
# LoopWorkspace patches
75
# -applies any patches located in the LoopWorkspace/patches/ directory
76
if $(ls ./patches/* &> /dev/null); then
77
- git apply ./patches/* --exclude=save_patches_here.md --allow-empty -v --whitespace=fix
+ git apply ./patches/* --allow-empty -v --whitespace=fix
78
fi
79
80
# Submodule Loop patches:
0 commit comments