Skip to content

Commit 66d0836

Browse files
ci: Always push stings from dev branch to prevent accidentally pushing main branch strings if run
1 parent a6889cc commit 66d0836

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/crowdin_push.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ jobs:
1616
name: Push strings
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v5
19+
- name: Checkout dev
20+
uses: actions/checkout@v6
21+
with:
22+
ref: dev
23+
fetch-depth: 0
24+
clean: true
2125

2226
- name: Push strings
2327
uses: crowdin/github-action@v2

0 commit comments

Comments
 (0)