Skip to content

Commit

Permalink
workflows: setup git before PPA repo updating
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Dec 24, 2020
1 parent f42a595 commit d7c9243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@@')"
Expand Down

0 comments on commit d7c9243

Please sign in to comment.