Skip to content

Commit

Permalink
Merge branch 'feature/auto-translate' into feature/auto-translate-202…
Browse files Browse the repository at this point in the history
…4-09-10
  • Loading branch information
kannoixia committed Sep 10, 2024
2 parents c14a5af + e5ce61c commit 3e4a316
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
ref: ${{ github.ref_name }}

- name: Set up timezone to JST
run: |
TZ=Asia/Tokyo
# 変更ファイル取得
- name: Check and get changed files
run: |
Expand Down

0 comments on commit 3e4a316

Please sign in to comment.