Skip to content

Commit 195811d

Browse files
authored
rename main to master
1 parent ca0d7be commit 195811d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/distribute.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:
21-
ref: main
21+
ref: master
2222

2323
- uses: actions/cache@v2
2424
with:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Commit changes
4242
uses: EndBug/add-and-commit@v5
4343
with:
44-
branch: main
44+
branch: master
4545
author_name: Bot Driyaf
4646
author_email: elmehdi.sakout@gmail.com
4747
message: "Bump manifest version"
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v2
5454
with:
55-
ref: main
55+
ref: master
5656

5757
- uses: actions/cache@v2
5858
with:

0 commit comments

Comments
 (0)