Skip to content

Commit

Permalink
CI: Fix translation download script bugs
Browse files Browse the repository at this point in the history
 - download: Perform download tasks in the correct order
 - download: Don't attempt to commit empty submodule changes
  • Loading branch information
WizardCM committed Oct 5, 2024
1 parent 2e6d0d0 commit 5cd5e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
submodules: recursive
token: ${{ secrets.CROWDIN_SYNC_GITHUB_PAT }}
fetch-depth: 0
- uses: obsproject/obs-crowdin-sync/download@2ae90d2810afdda431f46a74d28ca72e99f9afa9
- uses: obsproject/obs-crowdin-sync/download@84628cad04d2423e02443c64965cb834b4c5a245

steam-upload:
name: Upload Steam Builds 🚂
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Upload US English Language Files 🇺🇸
if: steps.checks.outcome == 'success' && fromJSON(steps.checks.outputs.hasChangedFiles)
uses: obsproject/obs-crowdin-sync/upload@2ae90d2810afdda431f46a74d28ca72e99f9afa9
uses: obsproject/obs-crowdin-sync/upload@84628cad04d2423e02443c64965cb834b4c5a245
env:
CROWDIN_PAT: ${{ secrets.CROWDIN_SYNC_CROWDIN_PAT }}
GITHUB_EVENT_BEFORE: ${{ steps.nightly-checks.outputs.lastNightly }}
Expand Down

0 comments on commit 5cd5e73

Please sign in to comment.