From d7c9243880b973c137378569dec7d408b695f36f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 24 Dec 2020 10:32:50 +0100 Subject: workflows: setup git before PPA repo updating --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c2698b7db..7a9233c25 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,6 +38,8 @@ jobs: repository: dawidd6/lazygit-debian token: ${{secrets.GITHUB_API_TOKEN}} fetch-depth: 0 + - name: Setup git + uses: dawidd6/action-git-user-config@v1 - name: Update PPA repo run: | version="$(echo "$GITHUB_REF" | sed 's@refs/tags/v@@')" -- cgit v1.2.3