From 776f564d89987a1d20b862c502f693c7e3252dac Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sat, 4 May 2024 21:41:21 +0300 Subject: [PATCH] add log --- .github/workflows/sync-wiki.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index e5791da..f7fd2a1 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -20,6 +20,7 @@ jobs: run: | git remote add wikirepo ${{ github.server_url }}/${{ github.repository }}.wiki.git git fetch wikirepo + git log -5 --format='%H' - name: 'Push Wiki branch to Wiki repo' run: |