Skip to content

Commit 19a6812

Browse files
committed
Fix crowdin upload branch name
Since we adapted the branching structure of the main opencast repository we do not use main anymore. This patch adapts the run command from the same workflow in the mian repo.
1 parent 27273db commit 19a6812

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)