Skip to content

Commit

Permalink
chore: accept fails on applying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ccloli committed Dec 19, 2023
1 parent 8a4728e commit d1a96f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
rm -rf ./apps
# apply changes
git apply ./changed.diff --reject
git apply ./changed.diff --reject || :
rm ./changed.diff
# check if all files are patched without any conflicts
Expand Down

0 comments on commit d1a96f3

Please sign in to comment.