File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Update ad-free branch
1
+ name : Update Ad-Free branch
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- main
7
7
8
8
jobs :
9
- update-ad-free :
9
+ update-Ad-Free :
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
@@ -15,14 +15,14 @@ jobs:
15
15
with :
16
16
ref : main
17
17
18
- - name : Create or update ad-free branch
18
+ - name : Create or update Ad-Free branch
19
19
run : |
20
20
git fetch origin
21
- if git branch --list | grep -q 'ad-free '; then
22
- git checkout ad-free
21
+ if git branch --list | grep -q 'Ad-Free '; then
22
+ git checkout Ad-Free
23
23
git merge main --no-edit
24
24
else
25
- git checkout -b ad-free
25
+ git checkout -b Ad-Free
26
26
fi
27
27
28
28
- name : Remove ads from HTML files
42
42
git add static/404.html static/apps.html static/games.html static/index.html static/privacy.html static/settings.html static/tools.html static/tos.html
43
43
git commit -m "Remove ads from HTML files"
44
44
45
- - name : Push changes to ad-free branch
45
+ - name : Push changes to Ad-Free branch
46
46
run : |
47
- git push origin ad-free
47
+ git push origin Ad-Free
You can’t perform that action at this time.
0 commit comments