Skip to content

Commit e5714a7

Browse files
authored
Merge pull request #1394 from Arnei/crowdin-upload-branch
Fix crowdin upload branch name
2 parents 27273db + 19a6812 commit e5714a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crowdin-upload-keys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
2828
run: |
29-
crowdin upload sources --config .crowdin.yaml -b main
29+
crowdin upload sources --config .crowdin.yaml -b "${GITHUB_REF##*/}"

0 commit comments

Comments
 (0)