Skip to content

Commit

Permalink
see all commits maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent ec4e055 commit 2476bbc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Debug Repository State
- name: List Weblate Commits
id: weblate-commits
run: |
git fetch origin
git branch -a
git log --oneline
git fetch origin
COMMITS=$(git log --grep="Weblate" main --format=%H)
echo "these are the commits $COMMITS"
BR=$(git branch -a)
echo "there are the branches $BR"

0 comments on commit 2476bbc

Please sign in to comment.