File tree Expand file tree Collapse file tree 2 files changed +27
-9
lines changed
Expand file tree Collapse file tree 2 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 4242 - name : Build ASF-WebConfigGenerator
4343 run : npm run-script build --no-progress
4444
45- - name : Upload latest strings for translation on Crowdin
46- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
47- uses : crowdin/github-action@v1.20.4
48- with :
49- crowdin_branch_name : main
50- config : ' .github/crowdin.yml'
51- project_id : ${{ secrets.ASF_CROWDIN_PROJECT_ID }}
52- token : ${{ secrets.ASF_CROWDIN_API_TOKEN }}
53-
5445 - name : Upload ASF-WebConfigGenerator
5546 uses : actions/upload-artifact@v4.3.3
5647 with :
Original file line number Diff line number Diff line change 1+ name : ASF-WebConfigGenerator-crowdin-ci
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ permissions : {}
9+
10+ jobs :
11+ upload :
12+ environment : main
13+ runs-on : ubuntu-latest
14+
15+ steps :
16+ - name : Checkout code
17+ uses : actions/checkout@v4.1.6
18+ with :
19+ show-progress : false
20+
21+ - name : Upload latest strings for translation on Crowdin
22+ uses : crowdin/github-action@v1.20.4
23+ with :
24+ crowdin_branch_name : main
25+ config : ' .github/crowdin.yml'
26+ project_id : ${{ secrets.ASF_CROWDIN_PROJECT_ID }}
27+ token : ${{ secrets.ASF_CROWDIN_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments