Skip to content

Commit

Permalink
Squashed 'Scribe/i18n/' changes from cd28e5e..d9b2226
Browse files Browse the repository at this point in the history
d9b2226 Merge pull request scribe-org#26 from Jag-Marcel/action-fix
0cb65ed Small fix to action for converting jsons to xcstrings

git-subtree-dir: Scribe/i18n
git-subtree-split: d9b22262f3769545a08bd4772cae20caa2f23c67
  • Loading branch information
Jag-Marcel committed Jul 26, 2024
1 parent 8799094 commit d1d654f
Show file tree
Hide file tree
Showing 2 changed files with 833 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xcstrings_conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
$SourceDiff = $diff | Where-Object { $_ -match '^Scribe-i18n/' -and $_ -match '.json$' }
$HasDiff = $SourceDiff.Length -gt 0
Write-Host "json_changed=$HasDiff >> $GITHUB_OUTPUT"
Write-Host "json_changed=$HasDiff" >> "$GITHUB_OUTPUT"
# Run xcstrings conversion script if needed.
conditional_job:
Expand Down
Loading

0 comments on commit d1d654f

Please sign in to comment.