We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade7004 commit a7a5a34Copy full SHA for a7a5a34
.github/workflows/translations-sync.yml
@@ -87,10 +87,10 @@ jobs:
87
88
- name: Run ESLint
89
working-directory: apps/site
90
- run: node --run lint:md -- --fix
+ run: sudo node --run lint:md -- --fix
91
92
- name: Run Prettier
93
- run: node --run prettier:fix
+ run: sudo node --run prettier:fix
94
95
- name: Patch version if the files changed
96
run: |
@@ -107,7 +107,7 @@ jobs:
107
with:
108
commit_options: '--no-verify --signoff'
109
commit_message: 'chore: automated format of translated files'
110
- branch: 'chore/crowdin'
+ branch: ${{ env.BRANCH_NAME }}
111
112
- name: Save Lint Cache
113
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
0 commit comments