Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent 7ec1087 commit 5a0b62d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
run: |
git fetch origin
git branch --show-current
git checkout remotes/origin/main
git log -3
git log --grep="Weblate" main
git log --grep="Weblate" origin/main
git log --grep="Weblate" remotes/origin/main
COMMITS=$(git log --grep="Weblate" main --format=%H)
echo "these are the commits $COMMITS"
BR=$(git branch -a)
Expand Down

0 comments on commit 5a0b62d

Please sign in to comment.