Skip to content

Commit

Permalink
chore: only use main for translations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Aug 29, 2024
1 parent 37134e5 commit 91bf439
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: "main"

- name: Generate Crowdin translations progress markdown
uses: benjaminjonard/[email protected]
Expand All @@ -37,13 +39,16 @@ jobs:
author-email: [email protected]
commit-message: "Update Crowdin translation progress badge"
remote: origin
remote-ref: main

update-from-crowdin:
name: Update strings from Crowdin
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: "main"

- name: Grab strings from Crowdin
uses: crowdin/[email protected]
Expand Down

0 comments on commit 91bf439

Please sign in to comment.