Skip to content

Commit a984512

Browse files
authored
Update ads.yml
1 parent e4bd844 commit a984512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ads.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
git fetch origin
2121
if git branch --list | grep -q 'Ad-Free'; then
2222
git checkout Ad-Free
23+
git pull origin Ad-Free
2324
git merge main --no-edit
2425
else
2526
git checkout -b Ad-Free
@@ -44,4 +45,4 @@ jobs:
4445
4546
- name: Push changes to Ad-Free branch
4647
run: |
47-
git push origin Ad-Free
48+
git push origin Ad-Free --force

0 commit comments

Comments
 (0)