Skip to content

Commit f89f3c5

Browse files
authored
fix: fix onverwrite conflict (#10)
1 parent 15881d4 commit f89f3c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cron-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
cat temp-direct.txt | sort --ignore-case -u > direct-list-with-redundant
120120
cat temp-reject.txt | sort --ignore-case -u > reject-list-with-redundant
121121
# extras
122-
cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u > direct-list-with-redundant
122+
cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u >> direct-list-with-redundant
123123
124124
- name: Remove redundant domains
125125
run: |

.github/workflows/staging-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
cat temp-direct.txt | sort --ignore-case -u > direct-list-with-redundant
122122
cat temp-reject.txt | sort --ignore-case -u > reject-list-with-redundant
123123
# extras
124-
cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u > direct-list-with-redundant
124+
cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u >> direct-list-with-redundant
125125
126126
- name: Remove redundant domains
127127
run: |

0 commit comments

Comments
 (0)