Skip to content

Commit 132d4ba

Browse files
Vainocktt2468
Vainock
authored andcommitted
CI: Add obs-crowdin-sync
1 parent d991e21 commit 132d4ba

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/crowdin_upload.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Upload Language Files 🌐
2+
on:
3+
push:
4+
branches:
5+
- master
6+
paths:
7+
- "**/en-US.ini"
8+
jobs:
9+
upload-language-files:
10+
name: Upload Language Files 🌐
11+
if: github.repository_owner == 'obsproject'
12+
runs-on: ubuntu-22.04
13+
steps:
14+
- uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 100
17+
- name: Upload US English Language Files 🇺🇸
18+
uses: obsproject/obs-crowdin-sync/upload@30b5446e3b5eb19595aa68a81ddf896a857302cf
19+
env:
20+
CROWDIN_PAT: ${{ secrets.CROWDIN_SYNC_CROWDIN_PAT }}
21+
GITHUB_EVENT_BEFORE: ${{ github.event.before }}
22+
SUBMODULE_NAME: obs-websocket

0 commit comments

Comments
 (0)