Skip to content

Commit c4c6fca

Browse files
committed
build_loop.yml: remove '--exclude=' from 'git apply'
1 parent 96ece59 commit c4c6fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# LoopWorkspace patches
7575
# -applies any patches located in the LoopWorkspace/patches/ directory
7676
if $(ls ./patches/* &> /dev/null); then
77-
git apply ./patches/* --exclude=save_patches_here.md --allow-empty -v --whitespace=fix
77+
git apply ./patches/* --allow-empty -v --whitespace=fix
7878
fi
7979
8080
# Submodule Loop patches:

0 commit comments

Comments
 (0)