Skip to content

Commit 9b36e73

Browse files
Merge pull request #23 from MiroslavDionisiev/fix/identation
fix: added shell
2 parents eed35a3 + c839e17 commit 9b36e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/update-i18n/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ runs:
1313
steps:
1414
- name: Extract translations
1515
working-directory: ./packages/${{ inputs.package_name }}
16+
shell: bash
1617
run: npm run i18n:src
1718
- name: Push translations
1819
working-directory: ./packages/${{ inputs.package_name }}
20+
shell: bash
1921
env:
2022
TX_TOKEN: ${{ inputs.tx_token }}
2123
run: npm run i18n:push

0 commit comments

Comments
 (0)