Skip to content

Commit fb1abe7

Browse files
authored
Merge branch 'main' into organization-roles
2 parents 347fda9 + f019b68 commit fb1abe7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/crowdin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Sync
2828
uses: crowdin/github-action@d7f217268068f1244883a993379d62d816f84f25
2929
with:
30+
# This option enables the transfer of existing translations in this project to Crowdin.
31+
# We explicitly set this to `false` since we only want to use the downloaded translations managed by Crowdin.
3032
upload_translations: false
3133
download_translations: true
3234
create_pull_request: true

.github/workflows/move-reopened-issues-to-triage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
}
3838
}
3939
} catch(e) {
40-
console.log(error);
40+
console.log(e);
4141
}

0 commit comments

Comments
 (0)