Skip to content

Commit

Permalink
new test now
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent a47aca8 commit e6abac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
cd weblate-test
MISSING_COMMITS=()
MISSING_BRANCHES=()
echo "branches ${{ steps.set-other-branches.outputs.other_branches }}"
echo "commits ${{ steps.weblate-commits.outputs.commits }}"
for BRANCH in ${{ steps.set-other-branches.outputs.other_branches }}; do
for COMMIT in ${{ steps.weblate-commits.outputs.commits }}; do
if ! git branch --contains $COMMIT | grep -q "remotes/origin/$BRANCH"; then
Expand Down

0 comments on commit e6abac5

Please sign in to comment.