We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0d7be commit 195811dCopy full SHA for 195811d
1 file changed
.github/workflows/distribute.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
with:
21
- ref: main
+ ref: master
22
23
- uses: actions/cache@v2
24
@@ -41,7 +41,7 @@ jobs:
41
- name: Commit changes
42
uses: EndBug/add-and-commit@v5
43
44
- branch: main
+ branch: master
45
author_name: Bot Driyaf
46
author_email: elmehdi.sakout@gmail.com
47
message: "Bump manifest version"
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments