From 5a0b62df1bcbf73dff31c243461ec284d40e6197 Mon Sep 17 00:00:00 2001 From: Luka Racic Date: Wed, 24 Apr 2024 20:22:01 +0200 Subject: [PATCH] help --- .github/workflows/sync-weblate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-weblate.yml b/.github/workflows/sync-weblate.yml index a65ed07..28ed92b 100644 --- a/.github/workflows/sync-weblate.yml +++ b/.github/workflows/sync-weblate.yml @@ -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)