Skip to content

Commit 03075d6

Browse files
committed
add permissions
1 parent 2733742 commit 03075d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/translate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
run: |
5757
git config --local user.email "[email protected]"
5858
git config --local user.name "GitHub Action"
59+
60+
- name: Adjust .git permissions
61+
run: sudo chmod -R 777 .git
5962

6063
- name: Switch to new branch
6164
run: |

0 commit comments

Comments
 (0)