Skip to content

Commit

Permalink
[GitHub Actions] Tweak Crowdin workflows [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Apr 20, 2024
1 parent d76814f commit 9832455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/crowdin_download_translations.yml
Expand Up @@ -66,9 +66,13 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
# Add modified files (ignoring po header modifications):
git difftool --dir-diff --extcmd=.ci/githubactions/crowdin_download_diff.sh | xargs -0 git add
echo "::group::Add modified files"
git difftool --dir-diff --extcmd=.ci/githubactions/crowdin_download_diff.sh | xargs -d '\n' git add
echo "::endgroup::"
# Add untracked (new) files:
echo "::group::Add untracked files"
git ls-files --others --exclude-standard | xargs -0 git add
echo "::endgroup::"
echo "Debug output:"
git status
echo "Commit changes:"
Expand Down

0 comments on commit 9832455

Please sign in to comment.