Skip to content

Commit a7a5a34

Browse files
authored
sudo
Signed-off-by: Aviv Keller <[email protected]>
1 parent ade7004 commit a7a5a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/translations-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787

8888
- name: Run ESLint
8989
working-directory: apps/site
90-
run: node --run lint:md -- --fix
90+
run: sudo node --run lint:md -- --fix
9191

9292
- name: Run Prettier
93-
run: node --run prettier:fix
93+
run: sudo node --run prettier:fix
9494

9595
- name: Patch version if the files changed
9696
run: |
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
commit_options: '--no-verify --signoff'
109109
commit_message: 'chore: automated format of translated files'
110-
branch: 'chore/crowdin'
110+
branch: ${{ env.BRANCH_NAME }}
111111

112112
- name: Save Lint Cache
113113
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

0 commit comments

Comments
 (0)