summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-12-24 10:32:50 +0100
committerGitHub <noreply@github.com>2020-12-24 10:32:50 +0100
commitd7c9243880b973c137378569dec7d408b695f36f (patch)
tree2d814655842e39e5d6efd746e537727bf10b7d12
parentf42a595abaf51d435e605833b395719f15a5a6b6 (diff)
workflows: setup git before PPA repo updatingv0.24.2
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 2 insertions, 0 deletions
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@@')"