mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02:00
workflows: setup git before PPA repo updating
This commit is contained in:
parent
f42a595aba
commit
d7c9243880
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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@@')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user