Skip to content

Commit

Permalink
see current branch and checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent 8cfd22f commit 7ec1087
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 @@ -17,6 +17,8 @@ jobs:
id: weblate-commits
run: |
git fetch origin
git branch --show-current
git checkout remotes/origin/main
git log -3
git log --grep="Weblate" main
COMMITS=$(git log --grep="Weblate" main --format=%H)
Expand Down

0 comments on commit 7ec1087

Please sign in to comment.