Skip to content

Commit

Permalink
grep for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent 2476bbc commit cf68e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
id: weblate-commits
run: |
git fetch origin
git log --grep="Weblate" 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 cf68e8a

Please sign in to comment.