workflows: setup git before PPA repo updating

This commit is contained in:
Dawid Dziurla
2020-12-24 10:32:50 +01:00
committed by GitHub
parent f42a595aba
commit d7c9243880

View File

@@ -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@@')"