feat: Update style of items of action edition drawer & action card - … #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Crowdin Upload branches | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop-exo | |
- develop-meed | |
- stable/* | |
jobs: | |
upload-crowdin-branch: | |
name: CI Build | |
uses: exoplatform/swf-scripts/.github/workflows/upload-crowdin-branches.yml@master | |
secrets: | |
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} | |
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} |