Skip to content

Commit

Permalink
all in 1 workflow - fix try
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent d94dde8 commit c7bd1c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: |
git fetch origin
COMMITS=$(git log --grep="Weblate" origin/main --format=%H)
echo "{commits}=$COMMITS" >> $GITHUB_OUTPUT
echo "these are the commits $COMMITS"
BR=$(git branch --list)
echo "there are the branches $BR"
MISSING_COMMITS=()
MISSING_BRANCHES=()
for BRANCH in ${{ steps.set-other-branches.outputs.other_branches }}; do
Expand Down

0 comments on commit c7bd1c4

Please sign in to comment.